onEnter method

void onEnter()

Handles mouse enter event.

Implementation

void onEnter() {
  _state.isHovering = true;
  notifyListeners();
}