animationDirection property

String animationDirection

Implementation

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

Implementation

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