PieChartRenderer constructor

const PieChartRenderer({
  1. bool isDonut = false,
  2. double donutRadiusFactor = 0.55,
  3. int? explodedIndex,
  4. double explodeDistance = 12,
})

Implementation

const PieChartRenderer({
  this.isDonut = false,
  this.donutRadiusFactor = 0.55,
  this.explodedIndex,
  this.explodeDistance = 12,
});