Documentation
Badge

Badge

A badge typically draws attention to specific information, such as labels and counts.

Usage

FBadge(...)

FBadge(label: 'Badge');

FBadge.raw(...)

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

Examples

Primary

Secondary

Outline

Destructive