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