GuiShapeCustom constructor
GuiShapeCustom({})
Implementation
GuiShapeCustom(
{required this.points,
required this.rotate,
this.clockwise = false,
this.boxFit = BoxFit.none,
this.cornerRadius = 0}) {
_custom = GeoCustomPoints(points);
}