menu
talos_commons package
documentation
utils/alerts.dart
Alerts
Alerts.new const constructor
Alerts.new const constructor
dark_mode
light_mode
Alerts
constructor
const
Alerts
(
{
Key
?
key
,
required
String
title
,
required
List
<
Widget
>
actions
,
IconData
?
icon
,
Color
?
iconColor
,
})
Implementation
const Alerts({ super.key, required this.title, required this.actions, this.icon, this.iconColor, });
talos_commons package
documentation
utils/alerts
Alerts
Alerts.new const constructor
Alerts class