ZetaIndicator.notification constructor
Constructor for ZetaIndicator of type ZetaIndicatorType.notification.
Implementation
const ZetaIndicator.notification({
super.key,
super.rounded,
this.size = ZetaWidgetSize.large,
this.inverse = false,
this.value,
this.color,
this.semanticLabel,
}) : type = ZetaIndicatorType.notification,
icon = null;