withShowUnit method

BarLabelStyle withShowUnit(
  1. bool value
)

Replaces BarLabelStyle.showUnit with value.

Implementation

BarLabelStyle withShowUnit(bool value) => copyWith(showUnit: value);