isHovered property
bool
get
isHovered
Getter for whether WidgetEvent.hovered to be active.
Implementation
bool get isHovered => WidgetEvent.isHovered(value);
Getter for whether WidgetEvent.hovered to be active.
bool get isHovered => WidgetEvent.isHovered(value);