DistributionChart constructor
const
DistributionChart({
- Key? key,
- required List<
DistributionSegment> segments, - double height = 240,
- double donutWidth = 32,
Implementation
const DistributionChart({
super.key,
required this.segments,
this.height = 240,
this.donutWidth = 32,
});