clearFallingWickColor method
Clears CandlestickChartStyle.fallingWickColor to null.
Implementation
CandlestickChartStyle clearFallingWickColor() =>
copyWith(clearFallingWickColor: true);
Clears CandlestickChartStyle.fallingWickColor to null.
CandlestickChartStyle clearFallingWickColor() =>
copyWith(clearFallingWickColor: true);