Badge
Displays a badge or a component that looks like a badge.
Primary
ShadBadge( child: const Text('Primary'),)Secondary
ShadBadge.secondary( child: const Text('Secondary'),)Destructive
ShadBadge.destructive( child: const Text('Destructive'),)Outline
ShadBadge.outline( child: const Text('Outline'),)