withValueMode method

BarLabelStyle withValueMode(
  1. BarLabelValueMode value
)

Replaces BarLabelStyle.valueMode with value.

Implementation

BarLabelStyle withValueMode(BarLabelValueMode value) =>
    copyWith(valueMode: value);