propagationStopped property

bool propagationStopped

Return true if stopPropagation was ever called in this event.

Implementation

bool get propagationStopped => _propagationStopped;