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