onPointerMove property

void Function(PointerEvent e)? onPointerMove
final

Callback invoked when a pointer moves across the element.

Implementation

final void Function(PointerEvent e)? onPointerMove;