ZetaStatusLabel constructor
Constructs ZetaStatusLabel.
Implementation
const ZetaStatusLabel({
super.key,
super.rounded,
required this.label,
this.status = ZetaWidgetStatus.info,
this.customIcon,
this.semanticLabel,
});
Constructs ZetaStatusLabel.
const ZetaStatusLabel({
super.key,
super.rounded,
required this.label,
this.status = ZetaWidgetStatus.info,
this.customIcon,
this.semanticLabel,
});