getTextHeightBehavior method

TextHeightBehavior getTextHeightBehavior()

Returns the textHeightBehavior of the matched EditableText via Widget.toDiagnosticsNode

Implementation

TextHeightBehavior getTextHeightBehavior() {
  return getDiagnosticProp<TextHeightBehavior>('textHeightBehavior');
}