animationDirection property

String animationDirection

Gets the value of "animation-direction"

Implementation

String get animationDirection => getPropertyValue('animation-direction');
void animationDirection= (String value)

Sets the value of "animation-direction"

Implementation

set animationDirection(String value) {
  setProperty('animation-direction', value, '');
}