ZetaStatusLabel constructor
- Key? key,
- bool? rounded,
- required String label,
- ZetaWidgetStatus status = ZetaWidgetStatus.info,
- IconData? icon,
- @Deprecated('Use icon instead of customIcon') IconData? customIcon,
- String? semanticLabel,
Constructs ZetaStatusLabel.
Implementation
const ZetaStatusLabel({
super.key,
super.rounded,
required this.label,
this.status = ZetaWidgetStatus.info,
this.icon,
@Deprecated('Use icon instead of customIcon') this.customIcon,
this.semanticLabel,
});