onstop property

dynamic Function(Event)? get onstop

Implementation

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

Implementation

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