propagationStopped property
bool
get
propagationStopped
Whether stopPropagation has been called on this event.
Implementation
bool get propagationStopped => _propagationStopped;
Whether stopPropagation has been called on this event.
bool get propagationStopped => _propagationStopped;