onHover property
getter/setter pair
Triggered when a pointer has moved onto or within the region without buttons pressed.
This callback is not triggered by the movement of the object.
Implementation
PointerHoverEventListener? onHover;
Triggered when a pointer has moved onto or within the region without buttons pressed.
This callback is not triggered by the movement of the object.
PointerHoverEventListener? onHover;