setHover method

void setHover(
  1. bool value
)

Implementation

void setHover(bool value) {
  hover = value;
  _notify;
}