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