captures property
bool
get
captures
Indicates whether an event is a capturing event.
Implementation
bool get captures => true;
Indicates whether an event is a capturing event.
bool get captures => true;