withSelectionColor method

CandlestickTheme withSelectionColor(
  1. Color value
)

Replaces CandlestickTheme.selectionColor with value.

Implementation

CandlestickTheme withSelectionColor(Color value) =>
    copyWith(selectionColor: value);