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