withColor method

RangeAreaBoundaryStyle withColor(
  1. Color value
)

Replaces RangeAreaBoundaryStyle.color with value.

Implementation

RangeAreaBoundaryStyle withColor(Color value) => copyWith(color: value);