Gets the value of "transition-duration"
Source
String get transitionDuration => getPropertyValue('transition-duration');
Sets the value of "transition-duration"
Source
set transitionDuration(String value) { setProperty('transition-duration', value, ''); }