isHovered property
Getter for whether this class considers WidgetState.hovered to be active.
Implementation
bool get isHovered => materialStates.contains(WidgetState.hovered);
Getter for whether this class considers WidgetState.hovered to be active.
bool get isHovered => materialStates.contains(WidgetState.hovered);