withCallout method
- BarLabelCalloutStyle value
Replaces BarLabelStyle.callout with value.
Implementation
BarLabelStyle withCallout(BarLabelCalloutStyle value) =>
copyWith(callout: value);
Replaces BarLabelStyle.callout with value.
BarLabelStyle withCallout(BarLabelCalloutStyle value) =>
copyWith(callout: value);