cancel property

Implementation

_i3.UnderlyingSourceCancelCallback? get cancel => _i4.getProperty(
      this,
      'cancel',
    );
set cancel (UnderlyingSourceCancelCallback? value)

Implementation

set cancel(_i3.UnderlyingSourceCancelCallback? value) {
  _i4.setProperty(
    this,
    'cancel',
    value ?? _i6.undefined,
  );
}