ZetaPriorityPill constructor
- bool? rounded,
- Key? key,
- String? index,
- @Deprecated('Use label instead. ' 'This variable has been renamed as of 0.11.0') String? priority,
- String? label,
- bool isBadge = false,
- ZetaPriorityPillType type = ZetaPriorityPillType.urgent,
- ZetaPriorityPillSize size = ZetaPriorityPillSize.large,
- ZetaColorSwatch? customColor,
- 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,
});