UDoughnutChart constructor
const
UDoughnutChart({
- required List<
DoughnutChartData> data, - Widget? center,
- LegendPosition legendPosition = LegendPosition.left,
- LegendItemOverflowMode overflowMode = LegendItemOverflowMode.wrap,
- Key? key,
Implementation
const UDoughnutChart({
required this.data,
this.center,
this.legendPosition = LegendPosition.left,
this.overflowMode = LegendItemOverflowMode.wrap,
super.key,
});