onPointerOver property

void Function(PointerEvent e)? onPointerOver
final

Callback invoked when a pointer is moved onto the element or its descendants.

Implementation

final void Function(PointerEvent e)? onPointerOver;