DChartPieT constructor
const
DChartPieT({
- Key? key,
- required List<
TimeData> data, - bool animate = false,
- ConfigRenderPie? configRenderPie = const ConfigRenderPie(),
- Duration animationDuration = const Duration(milliseconds: 300),
- CustomLabelT? customLabel,
- void onUpdatedListener(
- TimeData data
- void onChangedListener(
- TimeData data
Time Pie Chart
Implementation
const DChartPieT({
super.key,
required this.data,
this.animate = false,
this.configRenderPie = const ConfigRenderPie(),
this.animationDuration = const Duration(milliseconds: 300),
this.customLabel,
this.onUpdatedListener,
this.onChangedListener,
});