onMouseOut property

EventSignal<MouseInputData> get onMouseOut
inherited

A signal that is dispatched when the mouse leaves a component.

Implementation

EventSignal<T> get onMouseOut => $onMouseOut ??= EventSignal();