borderRadius property
The corner radius of the border surrounding each slice. A number
signifies pixels. A percentage string, like for example 50%
, signifies
a size relative to the radius and the inner radius.
API Docs: https://api.highcharts.com/highcharts/series.variablepie.borderRadius
Implementation
Map<String, dynamic>? borderRadius;