setSuffixFontWeightState method

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

Implementation

void setSuffixFontWeightState(ValueState<FontWeight>? value) {
  onNotifyWithCallback(() => suffixFontWeightState = value);
}