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