withVisible method

RangeAreaBoundaryStyle withVisible(
  1. bool value
)

Replaces RangeAreaBoundaryStyle.visible with value.

Implementation

RangeAreaBoundaryStyle withVisible(bool value) => copyWith(visible: value);