animationDuration property

String get animationDuration

Implementation

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

Implementation

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