onPointerHover property
final
Called when a pointer that has not triggered an onPointerDown changes position.
This is only fired for pointers which report their location when not down (e.g. mouse pointers, but not most touch pointers).
Implementation
final PointerHoverEventListener? onPointerHover;