HoverWithDataCallback<T> typedef
HoverWithDataCallback<T> =
void Function(PointerHoverEvent event, T? data)
Implementation
typedef HoverWithDataCallback<T> = void Function(
PointerHoverEvent event, T? data);