StackPieChart constructor
const
StackPieChart({
- required List<
StackPieChartData> list, - Key? key,
Implementation
const StackPieChart({required this.list, Key? key})
: assert(list.length != 0),
super(key: key);