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