menu
listo_design_system package
documentation
atoms/alert.dart
WarningAlert
WarningAlert.new const constructor
WarningAlert.new const constructor
dark_mode
light_mode
WarningAlert
constructor
const
WarningAlert
(
{
Key
?
key
,
required
String
text
,
double
?
width
,
double
?
height
,
})
Implementation
const WarningAlert({ super.key, required this.text, this.width, this.height, });
listo_design_system package
documentation
atoms/alert
WarningAlert
WarningAlert.new const constructor
WarningAlert class