PieChartSpec constructor

PieChartSpec({
  1. ChartData? domain,
  2. String? legendPosition,
  3. double? pieHole,
  4. ChartData? series,
  5. bool? threeDimensional,
})

Implementation

PieChartSpec({
  this.domain,
  this.legendPosition,
  this.pieHole,
  this.series,
  this.threeDimensional,
});