ChartPie constructor
const
ChartPie({})
Implementation
const ChartPie({
Key? key,
required this.size,
required this.chartBeans,
this.duration = const Duration(milliseconds: 800),
this.backgroundColor,
this.isAnimation = true,
this.R,
this.centerR,
this.centerColor,
this.fontSize = 12,
this.fontColor,
}) : super(key: key);