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, ''); }