withFocusColor method

RangeAreaTheme withFocusColor(
  1. Color value
)

Replaces RangeAreaTheme.focusColor with value.

Implementation

RangeAreaTheme withFocusColor(Color value) => copyWith(focusColor: value);