propagationStopped property

bool get propagationStopped

Whether stopPropagation has been called on this event.

Implementation

bool get propagationStopped => _propagationStopped;