withBorderWidth method
- double value
Replaces RangeAnnotationDefaults.borderWidth with value.
Implementation
RangeAnnotationDefaults withBorderWidth(double value) =>
copyWith(borderWidth: value);
Replaces RangeAnnotationDefaults.borderWidth with value.
RangeAnnotationDefaults withBorderWidth(double value) =>
copyWith(borderWidth: value);