ZetaPriorityPill constructor

const ZetaPriorityPill({
  1. bool? rounded,
  2. Key? key,
  3. String? index,
  4. String? label,
  5. bool isBadge = false,
  6. ZetaPriorityPillStatus status = ZetaPriorityPillStatus.urgent,
  7. @Deprecated('Use Status instead. This will be removed in the next major version.') ZetaPriorityPillType type = ZetaPriorityPillStatus.urgent,
  8. ZetaPriorityPillSize size = ZetaPriorityPillSize.large,
  9. ZetaColorSwatch? customColor,
  10. String? semanticLabel,
})

Constructs ZetaPriorityPill

Implementation

const ZetaPriorityPill({
  super.rounded,
  super.key,
  this.index,
  this.label,
  this.isBadge = false,
  this.status = ZetaPriorityPillStatus.urgent,
  @Deprecated('Use Status instead. This will be removed in the next major version.')
  this.type = ZetaPriorityPillStatus.urgent,
  this.size = ZetaPriorityPillSize.large,
  this.customColor,
  this.semanticLabel,
});