onPointerMove property

(dynamic Function(PointerMoveEvent)?) onPointerMove
final

A callback function that is called when a pointer has moved from one location on the screen to another.

Implementation

final Function(PointerMoveEvent)? onPointerMove;