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