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