RadialPerformanceChart constructor
const
RadialPerformanceChart({})
Creates a RadialPerformanceChart with the specified properties.
The radius and segments are required, while other properties have default values.
Implementation
const RadialPerformanceChart({
super.key,
required this.radius,
required this.segments,
this.centerCircleRadius = 0.25,
this.gapPercentage = 0.005,
this.segmentHeight = 1.5,
this.backgroundColor = const Color.fromARGB(57, 23, 104, 159),
});