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