menu
healthicons_flutter package
documentation
filled/alert.dart
Alert
Alert.new const constructor
Alert.new const constructor
dark_mode
light_mode
Alert
constructor
const
Alert
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Alert({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
healthicons_flutter package
documentation
filled/alert
Alert
Alert.new const constructor
Alert class