onEnter method
void
onEnter()
Handles mouse enter event.
Implementation
void onEnter() {
_state.isHovering = true;
notifyListeners();
}
Handles mouse enter event.
void onEnter() {
_state.isHovering = true;
notifyListeners();
}