setPrefixFontWeight method

void setPrefixFontWeight(
  1. FontWeight? value
)

Implementation

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