suffixFontWeight property

FontWeight? get suffixFontWeight

Implementation

FontWeight? get suffixFontWeight {
  return suffixFontWeightState?.fromController(this) ?? _suffixFontWeight;
}
set suffixFontWeight (FontWeight? value)

Implementation

set suffixFontWeight(FontWeight? value) => _suffixFontWeight = value;