isHovered property

bool get isHovered

Getter for whether WidgetEvent.hovered to be active.

Implementation

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