withShow method
- bool value
Replaces BarLabelCalloutStyle.show with value.
Implementation
BarLabelCalloutStyle withShow(bool value) => copyWith(show: value);
Replaces BarLabelCalloutStyle.show with value.
BarLabelCalloutStyle withShow(bool value) => copyWith(show: value);