The current phase in the event flow.
This property can contain the following numeric values:
- The capture phase (EventPhase.CAPTURING_PHASE).
- The target phase (EventPhase.AT_TARGET).
- The bubbling phase (EventPhase.BUBBLING_PHASE).
Source
EventPhase get eventPhase => _eventPhase;