isHovered property

bool get isHovered

Implementation

bool get isHovered => onHover != null || hoverColor != Colors.transparent;