setTextHeightBehavior method
Implementation
void setTextHeightBehavior(TextHeightBehavior? value) {
onNotifyWithCallback(() => textHeightBehavior = value);
}
void setTextHeightBehavior(TextHeightBehavior? value) {
onNotifyWithCallback(() => textHeightBehavior = value);
}