setExpendedTextWeight method
Implementation
void setExpendedTextWeight(FontWeight? value) {
onNotifyWithCallback(() => expendedTextWeight = value);
}
void setExpendedTextWeight(FontWeight? value) {
onNotifyWithCallback(() => expendedTextWeight = value);
}