onEnter property

PointerEnterEventListener? onEnter
final

Triggers when a mouse pointer, with or without buttons pressed, has entered the region encompassing the row or column described by this span.

This callback is triggered when the pointer has started to be contained by the region, either due to a pointer event, or due to the movement or appearance of the region. This method is always matched by a later onExit call.

Implementation

final PointerEnterEventListener? onEnter;