animatable property

Animatable animatable

Implementation

_i4.Animatable get animatable => _i6.getProperty(
      this,
      'animatable',
    );
void animatable=(Animatable value)

Implementation

set animatable(_i4.Animatable value) {
  _i6.setProperty(
    this,
    'animatable',
    value,
  );
}