Skip to Content
Forui 0.11.0 is released 🎉
DocumentationFeedbackAlert

Alert

Displays a callout for user attention.

Usage

FAlert(...)

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

Examples

Primary

Destructive

Last updated on