withBodyFillMode method

CandlestickChartStyle withBodyFillMode(
  1. CandlestickBodyFillMode value
)

Replaces CandlestickChartStyle.bodyFillMode with value.

Implementation

CandlestickChartStyle withBodyFillMode(CandlestickBodyFillMode value) =>
    copyWith(bodyFillMode: value);