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