withSelectionColor method

RangeAreaTheme withSelectionColor(
  1. Color value
)

Replaces RangeAreaTheme.selectionColor with value.

Implementation

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