withBoundaryWidth method
- double value
Replaces RangeAreaTheme.boundaryWidth with value.
Implementation
RangeAreaTheme withBoundaryWidth(double value) =>
copyWith(boundaryWidth: value);
Replaces RangeAreaTheme.boundaryWidth with value.
RangeAreaTheme withBoundaryWidth(double value) =>
copyWith(boundaryWidth: value);