Badge
A badge typically draws attention to specific information, such as labels and counts.
Usage
FBadge(...)
FBadge(label: const Text('Badge'));
FBadge.raw(...)
FBadge.raw(builder: (context, style) => Text('Badge'));