withShowUnit method
- bool value
Replaces BarLabelStyle.showUnit with value.
Implementation
BarLabelStyle withShowUnit(bool value) => copyWith(showUnit: value);
Replaces BarLabelStyle.showUnit with value.
BarLabelStyle withShowUnit(bool value) => copyWith(showUnit: value);