setTextFontWeightState method

void setTextFontWeightState(
  1. ValueState<FontWeight>? value
)

Implementation

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