onanimationcancel property

dynamic Function(AnimationEvent)? get onanimationcancel

Implementation

_i2.dynamic Function(_i3.AnimationEvent)? get onanimationcancel =>
    (_i3.AnimationEvent p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onanimationcancel',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set onanimationcancel (dynamic value(AnimationEvent)?)

Implementation

set onanimationcancel(_i2.dynamic Function(_i3.AnimationEvent)? value) {
  _i4.setProperty(
    this,
    'onanimationcancel',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}