setPrefixFontWeight method
Implementation
void setPrefixFontWeight(FontWeight? value) {
onNotifyWithCallback(() => prefixFontWeight = value);
}
void setPrefixFontWeight(FontWeight? value) {
onNotifyWithCallback(() => prefixFontWeight = value);
}