ZetaPriorityPill constructor
- bool? rounded,
- Key? key,
- String? index,
- String? label,
- bool isBadge = false,
- ZetaPriorityPillStatus status = ZetaPriorityPillStatus.urgent,
- @Deprecated('Use Status instead. This will be removed in the next major version.') ZetaPriorityPillType type = ZetaPriorityPillStatus.urgent,
- ZetaPriorityPillSize size = ZetaPriorityPillSize.large,
- ZetaColorSwatch? customColor,
- 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,
});