ZetaIndicator.icon constructor
- Key? key,
- bool? rounded,
- ZetaWidgetSize size = ZetaWidgetSize.large,
- @Deprecated('No longer in use. Will be removed in future versions.') bool inverse = false,
- IconData? icon,
- Color? color,
- String? semanticLabel,
Constructor for ZetaIndicator of type ZetaIndicatorType.icon.
Implementation
const ZetaIndicator.icon({
super.key,
super.rounded,
this.size = ZetaWidgetSize.large,
@Deprecated('No longer in use. Will be removed in future versions.') this.inverse = false,
this.icon,
this.color,
this.semanticLabel,
}) : type = ZetaIndicatorType.icon,
value = null;