GuiShapeStar constructor
GuiShapeStar({})
Implementation
GuiShapeStar(
{required this.sides,
required this.startAngle,
this.indentSideFactor = 0.5,
this.clockwise = false,
this.boxFit = BoxFit.none,
this.cornerRadius = 0}) {
_shape = GeoStar(sides);
}