stopPropagation property

void Function() stopPropagation

Implementation

void Function() get stopPropagation => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'stopPropagation',
      ),
      r'call',
      [this],
    );
void stopPropagation=(void value())

Implementation

set stopPropagation(void Function() value) {
  _i4.setProperty(
    this,
    'stopPropagation',
    _i4.allowInterop(value),
  );
}