setTextHeightBehavior method

void setTextHeightBehavior(
  1. TextHeightBehavior? value
)

Implementation

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