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