menu
iconoir_flutter package
documentation
regular/brain_warning.dart
BrainWarning
BrainWarning const constructor
BrainWarning const constructor
dark_mode
light_mode
BrainWarning
constructor
const
BrainWarning
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const BrainWarning({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/brain_warning
BrainWarning
BrainWarning const constructor
BrainWarning class