withFontWeight method
- FontWeight value
Replaces PolarLabelStyle.fontWeight with value.
Implementation
PolarLabelStyle withFontWeight(FontWeight value) =>
copyWith(fontWeight: value);
Replaces PolarLabelStyle.fontWeight with value.
PolarLabelStyle withFontWeight(FontWeight value) =>
copyWith(fontWeight: value);