OnMouseEnterCallback typedef
OnMouseEnterCallback =
void Function(int index)
Callback to notify mouse enter over the addon.
Implementation
typedef OnMouseEnterCallback = void Function(int index);
Callback to notify mouse enter over the addon.
typedef OnMouseEnterCallback = void Function(int index);