withValueMode method
- BarLabelValueMode value
Replaces BarLabelStyle.valueMode with value.
Implementation
BarLabelStyle withValueMode(BarLabelValueMode value) =>
copyWith(valueMode: value);
Replaces BarLabelStyle.valueMode with value.
BarLabelStyle withValueMode(BarLabelValueMode value) =>
copyWith(valueMode: value);