StatusBadge constructor
Implementation
const StatusBadge({
super.key,
required this.label,
this.tone = StatusTone.neutral,
this.dot = false,
this.icon,
this.size = BadgeSize.md,
});
const StatusBadge({
super.key,
required this.label,
this.tone = StatusTone.neutral,
this.dot = false,
this.icon,
this.size = BadgeSize.md,
});