textFontWeight property

FontWeight? get textFontWeight

Implementation

FontWeight? get textFontWeight {
  return textFontWeightState?.fromController(this) ?? _textFontWeight;
}
set textFontWeight (FontWeight? value)

Implementation

set textFontWeight(FontWeight? value) => _textFontWeight = value;