Badge
A badge draws attention to specific information, such as labels and counts. Use badges to display status, notifications, or small pieces of information that need to stand out.
Overview
Preview
Usage
FBadge(...)
FBadge(child: const Text('Badge'));
FBadge.raw(...)
FBadge.raw(builder: (context, style) => Text('Badge'));
Examples
Variants
Preview
With Counters
Preview
Custom Styling
Preview
Last updated on