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