GuiShapePolar constructor
GuiShapePolar({})
Implementation
GuiShapePolar(
{required this.formula,
this.sampling = 64,
required this.startAngle,
this.clockwise = false,
this.boxFit = BoxFit.none,
this.cornerRadius = 0,
this.polarBeginAngle = 0.0,
this.polarEndAngle = 2 * pi});