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