withSelectedBorderColor method

RangeAnnotationDefaults withSelectedBorderColor(
  1. Color value
)

Replaces RangeAnnotationDefaults.selectedBorderColor with value.

Implementation

RangeAnnotationDefaults withSelectedBorderColor(Color value) =>
    copyWith(selectedBorderColor: value);