withBodyBorderWidth method
- double value
Replaces CandlestickChartStyle.bodyBorderWidth with value.
Implementation
CandlestickChartStyle withBodyBorderWidth(double value) =>
copyWith(bodyBorderWidth: value);
Replaces CandlestickChartStyle.bodyBorderWidth with value.
CandlestickChartStyle withBodyBorderWidth(double value) =>
copyWith(bodyBorderWidth: value);