CircularChart constructor

CircularChart(
  1. List<CircularChartStack> stacks,
  2. CircularChartType chartType, {
  3. SegmentEdgeStyle? edgeStyle = SegmentEdgeStyle.flat,
})

Implementation

CircularChart(
  this.stacks,
  this.chartType, {
  this.edgeStyle = SegmentEdgeStyle.flat,
});