onFeatureHover property
Callbacks to receive hover events for features (geojson layer) placed on this map.
Web only. Android and iOS have no pointer-hover concept, so these
callbacks never fire there. Register the layer with
enableInteraction: true for hover events to be emitted.
Implementation
final onFeatureHover = <OnFeatureHoverCallback>[];