clearFallingBorderColor method
Clears CandlestickChartStyle.fallingBorderColor to null.
Implementation
CandlestickChartStyle clearFallingBorderColor() =>
copyWith(clearFallingBorderColor: true);
Clears CandlestickChartStyle.fallingBorderColor to null.
CandlestickChartStyle clearFallingBorderColor() =>
copyWith(clearFallingBorderColor: true);