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