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