transitionDelay property

String get transitionDelay

Gets the value of "transition-delay"

Implementation

String get transitionDelay => getPropertyValue('transition-delay');
set transitionDelay (String? value)

Sets the value of "transition-delay"

Implementation

set transitionDelay(String? value) {
  setProperty('transition-delay', value, '');
}