animatables property

ReadonlyArray<Animatable> get animatables

Implementation

_i7.ReadonlyArray<_i4.Animatable> get animatables => _i6.getProperty(
      this,
      'animatables',
    );
set animatables (ReadonlyArray<Animatable> value)

Implementation

set animatables(_i7.ReadonlyArray<_i4.Animatable> value) {
  _i6.setProperty(
    this,
    'animatables',
    value,
  );
}