withCornerRadius method
- double value
Replaces BarChartStyle.cornerRadius with value.
Implementation
BarChartStyle withCornerRadius(double value) => copyWith(cornerRadius: value);
Replaces BarChartStyle.cornerRadius with value.
BarChartStyle withCornerRadius(double value) => copyWith(cornerRadius: value);