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