withWidth method

BarLabelCalloutStyle withWidth(
  1. double value
)

Replaces BarLabelCalloutStyle.width with value.

Implementation

BarLabelCalloutStyle withWidth(double value) => copyWith(width: value);