Alert
Displays a callout for user attention.
Preview
CLI
To generate and customize this style:
dart run forui style create alerts
Usage
FAlert(...)
FAlert(
style: FAlertStyle(...),
icon: Icon(FIcons.badgeAlert),
title: const Text('Heads Up!'),
subtitle: const Text('You can add components to your app using the cli.'),
);
Examples
Primary
Preview
Destructive
Preview
Last updated on