isHovered property

bool isHovered

Getter for whether WidgetEvent.hovered to be active.

Implementation

bool get isHovered => WidgetEvent.isHovered(value);