setSuffixFontWeightState method
Implementation
void setSuffixFontWeightState(ValueState<FontWeight>? value) {
onNotifyWithCallback(() => suffixFontWeightState = value);
}
void setSuffixFontWeightState(ValueState<FontWeight>? value) {
onNotifyWithCallback(() => suffixFontWeightState = value);
}