animationDuration property

String animationDuration

Implementation

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

Implementation

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