holeRadius property

double? holeRadius
final

For CircularChartType.Radial charts this defines the circle in the center of the canvas, around which the chart is drawn. If not provided then it will be automatically calculated to accommodate all the data.

Has no effect in CircularChartType.Pie charts.

Implementation

final double? holeRadius;