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