withCornerRadius method

BarChartStyle withCornerRadius(
  1. double value
)

Replaces BarChartStyle.cornerRadius with value.

Implementation

BarChartStyle withCornerRadius(double value) => copyWith(cornerRadius: value);