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