getTextHeightBehavior method

TextHeightBehavior getTextHeightBehavior()

Returns the textHeightBehavior of the matched Text via Widget.toDiagnosticsNode

Implementation

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