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