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