withLabel method

BarBulletRange withLabel(
  1. String value
)

Replaces BarBulletRange.label with value.

Implementation

BarBulletRange withLabel(String value) => copyWith(label: value);