withEndValue method
- double value
Replaces BarBulletRange.endValue with value.
Implementation
BarBulletRange withEndValue(double value) => copyWith(endValue: value);
Replaces BarBulletRange.endValue with value.
BarBulletRange withEndValue(double value) => copyWith(endValue: value);