menu
alert_craft package
documentation
widgets/custom_alert_widget.dart
CustomAlertWidget
CustomAlertWidget const constructor
CustomAlertWidget const constructor
dark_mode
light_mode
CustomAlertWidget
constructor
const
CustomAlertWidget
(
{
Key
?
key
,
required
Widget
widget
,
Color
?
backgroundColor
,
})
Implementation
const CustomAlertWidget({ super.key, required this.widget, this.backgroundColor, });
alert_craft package
documentation
widgets/custom_alert_widget
CustomAlertWidget
CustomAlertWidget const constructor
CustomAlertWidget class