captures property

  1. @override
bool captures
override

Indicates whether an event is a capturing event.

Implementation

@override
bool get captures => false;