A leave Event. Dispatched when the pointer leaves the root or the focus capturer changes to another widget.

Has a focus type of Pointer and needs focus.

Hierarchy

Constructors

Properties

focusType: null | FocusType

The focus type of this event. Can be null.

If null, this event cannot be focused, since events are focused by their FocusType as a group.

needsFocus: boolean

Can this event be dispatched without a target?

reversed: boolean

Is this event dispatched in reverse-order?

target: null | Widget

The target of this event. Can be null

Methods

Generated using TypeDoc