animate property

Animation Function([dynamic, Object?]) animate

Implementation

_i3.Animation Function([
  _i2.dynamic,
  _i2.Object?,
]) get animate => ([
      _i2.dynamic p0,
      _i2.Object? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'animate',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
void animate=(Animation value([dynamic, Object?]))

Implementation

set animate(
    _i3.Animation Function([
      _i2.dynamic,
      _i2.Object?,
    ]) value) {
  _i4.setProperty(
    this,
    'animate',
    _i4.allowInterop(value),
  );
}