withRanges method
- List<
BarBulletRange> value
Replaces BarBulletStyle.ranges with value.
Implementation
BarBulletStyle withRanges(List<BarBulletRange> value) =>
copyWith(ranges: value);
Replaces BarBulletStyle.ranges with value.
BarBulletStyle withRanges(List<BarBulletRange> value) =>
copyWith(ranges: value);