bubbles property

  1. @override
bool get bubbles
override

Whether the event bubbles up through the DOM.

Implementation

@override
bool get bubbles => false;