ZetaIndicator constructor
- Key? key,
- bool? rounded,
- ZetaIndicatorType type = ZetaIndicatorType.notification,
- ZetaWidgetSize size = ZetaWidgetSize.large,
- IconData? icon,
- int? value,
- @Deprecated('No longer in use. Will be removed in future versions.') 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,
@Deprecated('No longer in use. Will be removed in future versions.') this.inverse = false,
this.color,
this.semanticLabel,
});