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