animationDuration property
String
get
animationDuration
Gets the value of "animation-duration"
Implementation
String get animationDuration => getPropertyValue('animation-duration');
set
animationDuration
(String? value)
Sets the value of "animation-duration"
Implementation
set animationDuration(String? value) {
setProperty('animation-duration', value, '');
}