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