withSelectedFillColor method

RangeAnnotationDefaults withSelectedFillColor(
  1. Color value
)

Replaces RangeAnnotationDefaults.selectedFillColor with value.

Implementation

RangeAnnotationDefaults withSelectedFillColor(Color value) =>
    copyWith(selectedFillColor: value);