Displays a callout for user attention.
ShadAlert( iconData: LucideIcons.terminal, title: Text('Heads up!'), description: Text('You can add components to your app using the cli.'),),
ShadAlert.destructive( iconData: LucideIcons.circleAlert, title: Text('Error'), description: Text('Your session has expired. Please log in again.'),)