Skip to Content
Forui 0.11.0 is released 🎉

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

Usage

FBadge(...)

FBadge(child: const Text('Badge'));

FBadge.raw(...)

FBadge.raw(builder: (context, style) => Text('Badge'));

Examples

Variants

With Counters

Custom Styling

Last updated on