animatable property

Animatable get animatable

Implementation

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

Implementation

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