animationDirection property

String get animationDirection

Implementation

_i2.String get animationDirection => _i4.getProperty(
      this,
      'animationDirection',
    );
set animationDirection (String value)

Implementation

set animationDirection(_i2.String value) {
  _i4.setProperty(
    this,
    'animationDirection',
    value,
  );
}