Skip to Content
Forui 0.17.0 is released 🎉
DocumentationFeedbackAlert

Alert

Displays a callout for user attention.

CLI

To generate and customize this style:

dart run forui style create alerts

Usage

FAlert(...)

FAlert( title: const Text('Heads Up!'), icon: const Icon(FIcons.circleAlert), subtitle: const Text('You can add components to your app using the cli.'), style: FAlertStyle.primary(), );

Examples

Primary

Destructive

Last updated on