onPointerEnter property

void Function(PointerEvent e)? onPointerEnter
final

Callback invoked when a pointer enters the element boundaries.

Implementation

final void Function(PointerEvent e)? onPointerEnter;