ZetaIndicator.icon constructor

const ZetaIndicator.icon({
  1. Key? key,
  2. bool? rounded,
  3. ZetaWidgetSize size = ZetaWidgetSize.large,
  4. bool inverse = false,
  5. IconData? icon,
  6. Color? color,
  7. String? semanticLabel,
})

Constructor for ZetaIndicator of type ZetaIndicatorType.icon.

Implementation

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