withBorderRadius method

BarLabelStyle withBorderRadius(
  1. double value
)

Replaces BarLabelStyle.borderRadius with value.

Implementation

BarLabelStyle withBorderRadius(double value) => copyWith(borderRadius: value);