animation property

String animation

Implementation

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

Implementation

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