withLabel method
- String value
Replaces BarBulletRange.label with value.
Implementation
BarBulletRange withLabel(String value) => copyWith(label: value);
Replaces BarBulletRange.label with value.
BarBulletRange withLabel(String value) => copyWith(label: value);