withFontWeight method

BarLabelStyle withFontWeight(
  1. FontWeight value
)

Replaces BarLabelStyle.fontWeight with value.

Implementation

BarLabelStyle withFontWeight(FontWeight value) => copyWith(fontWeight: value);