unhover method
void
unhover()
Removes the hover state from this component.
Sets isHovered to false
without calling any additional handlers.
Implementation
void unhover() {
isHovered = false;
}
Removes the hover state from this component.
Sets isHovered to false
without calling any additional handlers.
void unhover() {
isHovered = false;
}