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