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