withShow method

BarLabelStyle withShow(
  1. bool value
)

Replaces BarLabelStyle.show with value.

Implementation

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