suffixFontWeight property
Implementation
@override
FontWeight? get suffixFontWeight => activated
? expendedTextWeight ?? super.suffixFontWeight
: super.suffixFontWeight;
Implementation
set suffixFontWeight(FontWeight? value) => _suffixFontWeight = value;