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