withRanges method

BarBulletStyle withRanges(
  1. List<BarBulletRange> value
)

Replaces BarBulletStyle.ranges with value.

Implementation

BarBulletStyle withRanges(List<BarBulletRange> value) =>
    copyWith(ranges: value);