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