ZetaPriorityPill constructor

const ZetaPriorityPill(
  1. {String? index,
  2. @Deprecated('Use label instead. ' 'This variable has been renamed as of 0.11.0') String? priority,
  3. String? label,
  4. bool rounded = true,
  5. bool isBadge = false,
  6. ZetaPriorityPillType type = ZetaPriorityPillType.urgent,
  7. ZetaPriorityPillSize size = ZetaPriorityPillSize.large,
  8. ZetaColorSwatch? customColor,
  9. Key? key}
)

Constructs ZetaPriorityPill

Implementation

const ZetaPriorityPill({
  this.index,
  @Deprecated('Use label instead. ' 'This variable has been renamed as of 0.11.0') this.priority,
  this.label,
  this.rounded = true,
  this.isBadge = false,
  this.type = ZetaPriorityPillType.urgent,
  this.size = ZetaPriorityPillSize.large,
  this.customColor,
  super.key,
});