withFallingWickColor method
- Color value
Replaces CandlestickChartStyle.fallingWickColor with value.
Implementation
CandlestickChartStyle withFallingWickColor(Color value) =>
copyWith(fallingWickColor: value);
Replaces CandlestickChartStyle.fallingWickColor with value.
CandlestickChartStyle withFallingWickColor(Color value) =>
copyWith(fallingWickColor: value);