withCallout method

BarLabelStyle withCallout(
  1. BarLabelCalloutStyle value
)

Replaces BarLabelStyle.callout with value.

Implementation

BarLabelStyle withCallout(BarLabelCalloutStyle value) =>
    copyWith(callout: value);