isIcon property

bool get isIcon

Whether this instance is configured as the icon variant.

Implementation

bool get isIcon => icon != null || customIcon != null || imageAsset != null;