ConfigRenderPie constructor

const ConfigRenderPie({
  1. double arcLength = 2 * pi,
  2. int? arcWidth,
  3. ArcLabelDecorator? arcLabelDecorator,
  4. double? arcRatio,
  5. double startAngle = -pi / 2,
  6. double strokeWidthPx = 2.0,
})

Implementation

const ConfigRenderPie({
  this.arcLength = 2 * pi,
  this.arcWidth,
  this.arcLabelDecorator,
  this.arcRatio,
  this.startAngle = -pi / 2,
  this.strokeWidthPx = 2.0,
});