transitionDelay property
String
get
transitionDelay
Implementation
_i2.String get transitionDelay => _i4.getProperty(
this,
'transitionDelay',
);
set
transitionDelay
(String value)
Implementation
set transitionDelay(_i2.String value) {
_i4.setProperty(
this,
'transitionDelay',
value,
);
}