ChartPie constructor
const
ChartPie({})
Implementation
const ChartPie(
{Key? key,
this.animate = false,
this.lineData = const [],
this.height = 200.0,
this.titleFontSize = 14,
this.arcWidth = 40,
this.maskFontSize = 18.0,
this.showLegend = true,
this.showChartTitle = true,
this.loadingWidget})
: super(key: key);