onMouseEnter method
Invokes the mouse enter callback.
Implementation
void onMouseEnter(PointerEnterEvent event) {
_mouseEnteredCallback?.call(event);
}
Invokes the mouse enter callback.
void onMouseEnter(PointerEnterEvent event) {
_mouseEnteredCallback?.call(event);
}