withWidth method
- double value
Replaces BarLabelCalloutStyle.width with value.
Implementation
BarLabelCalloutStyle withWidth(double value) => copyWith(width: value);
Replaces BarLabelCalloutStyle.width with value.
BarLabelCalloutStyle withWidth(double value) => copyWith(width: value);