withShow method

BarLabelCalloutStyle withShow(
  1. bool value
)

Replaces BarLabelCalloutStyle.show with value.

Implementation

BarLabelCalloutStyle withShow(bool value) => copyWith(show: value);