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