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