ZetaIndicator constructor
- Key? key,
- bool? rounded,
- ZetaIndicatorType type = ZetaIndicatorType.notification,
- ZetaWidgetSize size = ZetaWidgetSize.large,
- IconData? icon,
- int? value,
- bool inverse = false,
- Color? color,
- String? semanticLabel,
Constructor for ZetaIndicator.
Implementation
const ZetaIndicator({
super.key,
super.rounded,
this.type = ZetaIndicatorType.notification,
this.size = ZetaWidgetSize.large,
this.icon,
this.value,
this.inverse = false,
this.color,
this.semanticLabel,
});