ZetaPriorityPill constructor

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

Constructs ZetaPriorityPill

Implementation

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