onPointerMove property
A callback function that is called when a pointer has moved from one location on the screen to another.
Implementation
final Function(PointerMoveEvent)? onPointerMove;
A callback function that is called when a pointer has moved from one location on the screen to another.
final Function(PointerMoveEvent)? onPointerMove;