animationFillMode property

String animationFillMode

Implementation

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

Implementation

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