withEndValue method

BarBulletRange withEndValue(
  1. double value
)

Replaces BarBulletRange.endValue with value.

Implementation

BarBulletRange withEndValue(double value) => copyWith(endValue: value);