ZetaLabel constructor
- bool? rounded,
- Key? key,
- required String label,
- ZetaWidgetStatus status = ZetaWidgetStatus.info,
- String? semanticLabel,
Constructs ZetaLabel.
Implementation
const ZetaLabel({
super.rounded,
super.key,
required this.label,
this.status = ZetaWidgetStatus.info,
this.semanticLabel,
});