setTextFontWeight method

void setTextFontWeight(
  1. FontWeight? value
)

Implementation

void setTextFontWeight(FontWeight? value) {
  onNotifyWithCallback(() => textFontWeight = value);
}