onPointerEnter property

VoidCallback? onPointerEnter
final

Provide a function to perform when this XL's MouseRegion and Listener have been entered by a pointer, either mouse or touch input.

This reqion is not opaque, and so pointer events will pass through it.

Implementation

final VoidCallback? onPointerEnter;