Whether this label has an icon (specified either using icon or iconBuilder).
Source
bool get hasIcon => icon != null || iconBuilder != null;
Whether this label has an icon (specified either using icon or iconBuilder).
bool get hasIcon => icon != null || iconBuilder != null;