NiceStatusBadge constructor
Implementation
const NiceStatusBadge({
super.key,
required this.label,
this.type = NiceStatusType.active,
this.customColor,
this.showDot = true,
this.size = 12,
});
const NiceStatusBadge({
super.key,
required this.label,
this.type = NiceStatusType.active,
this.customColor,
this.showDot = true,
this.size = 12,
});