withSelectedBorderColor method
- Color value
Replaces RangeAnnotationDefaults.selectedBorderColor with value.
Implementation
RangeAnnotationDefaults withSelectedBorderColor(Color value) =>
copyWith(selectedBorderColor: value);
Replaces RangeAnnotationDefaults.selectedBorderColor with value.
RangeAnnotationDefaults withSelectedBorderColor(Color value) =>
copyWith(selectedBorderColor: value);