menu
healthicons_flutter package
documentation
filled/polygon.dart
Polygon
Polygon.new const constructor
Polygon.new const constructor
dark_mode
light_mode
Polygon
constructor
const
Polygon
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Polygon({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
healthicons_flutter package
documentation
filled/polygon
Polygon
Polygon.new const constructor
Polygon class