onMouseExit method
Invokes the mouse exit callback.
Implementation
void onMouseExit(PointerExitEvent event) {
_mouseExitedCallback?.call(event);
}
Invokes the mouse exit callback.
void onMouseExit(PointerExitEvent event) {
_mouseExitedCallback?.call(event);
}