ZetaStatusChip constructor
Creates a ZetaStatusChip.
Implementation
const ZetaStatusChip({
super.key,
required this.label,
super.rounded = true,
this.draggable = false,
this.data,
this.onDragCompleted,
this.semanticLabel,
});
Creates a ZetaStatusChip.
const ZetaStatusChip({
super.key,
required this.label,
super.rounded = true,
this.draggable = false,
this.data,
this.onDragCompleted,
this.semanticLabel,
});