bool hasIcon

Whether this label has an icon (specified either using icon or iconBuilder).

Source

bool get hasIcon => icon != null || iconBuilder != null;