withHoveredBorderColor method

RangeAnnotationDefaults withHoveredBorderColor(
  1. Color value
)

Replaces RangeAnnotationDefaults.hoveredBorderColor with value.

Implementation

RangeAnnotationDefaults withHoveredBorderColor(Color value) =>
    copyWith(hoveredBorderColor: value);