Feedback

Alert

Displays a callout for user attention.

CLI

To generate a specific style for customization:

dart run forui style create alerts

Usage

FAlert(...)

1FAlert(
2 style: .context(),
3 clipBehavior: .none,
4 liveRegion: true,
5 icon: Icon(FLucideIcons.circleAlert),
6 title: Text('Alert Title'),
7 subtitle: Text('Alert subtitle with more details'),
8)

Examples

Primary

Destructive

On this page