withFallingWickColor method

CandlestickChartStyle withFallingWickColor(
  1. Color value
)

Replaces CandlestickChartStyle.fallingWickColor with value.

Implementation

CandlestickChartStyle withFallingWickColor(Color value) =>
    copyWith(fallingWickColor: value);