RenderPieChart constructor
RenderPieChart(
- BuildContext context,
- PieChartData data,
- PieChartData targetData,
- double textScale,
Implementation
RenderPieChart(
BuildContext context,
PieChartData data,
PieChartData targetData,
double textScale,
) : _data = data,
_targetData = targetData,
_textScale = textScale,
super(targetData.pieTouchData, context);