ZetaPriorityPill constructor

const ZetaPriorityPill({
  1. bool? rounded,
  2. Key? key,
  3. String? index,
  4. String? label,
  5. bool isBadge = false,
  6. ZetaPriorityPillType type = ZetaPriorityPillType.urgent,
  7. ZetaPriorityPillSize size = ZetaPriorityPillSize.large,
  8. ZetaColorSwatch? customColor,
  9. String? semanticLabel,
})

Constructs ZetaPriorityPill

Implementation

const ZetaPriorityPill({
  super.rounded,
  super.key,
  this.index,
  this.label,
  this.isBadge = false,
  this.type = ZetaPriorityPillType.urgent,
  this.size = ZetaPriorityPillSize.large,
  this.customColor,
  this.semanticLabel,
});