onNotifyHover method

void onNotifyHover(
  1. bool status
)

Implementation

void onNotifyHover(bool status) {
  hover = status;
  onHover?.call(hover);
  _notify;
}