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