setSuffixFontWeight method
Implementation
void setSuffixFontWeight(FontWeight? value) {
onNotifyWithCallback(() => suffixFontWeight = value);
}
void setSuffixFontWeight(FontWeight? value) {
onNotifyWithCallback(() => suffixFontWeight = value);
}