setSuffixFontWeight method

void setSuffixFontWeight(
  1. FontWeight? value
)

Implementation

void setSuffixFontWeight(FontWeight? value) {
  onNotifyWithCallback(() => suffixFontWeight = value);
}