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