ZetaIndicator.icon constructor
Constructor for ZetaIndicator of type ZetaIndicatorType.icon.
Implementation
const ZetaIndicator.icon({
super.key,
super.rounded,
this.size = ZetaWidgetSize.large,
this.inverse = false,
this.icon,
this.color,
this.semanticLabel,
}) : type = ZetaIndicatorType.icon,
value = null;