maxIntrinsicHeight property

double maxIntrinsicHeight

The height at which increasing the height of the text no longer decreases the width.

Valid only after layout has been called.

Implementation

double get maxIntrinsicHeight {
  assert(_debugAssertTextLayoutIsValid);
  return _layoutCache!.layout.maxIntrinsicLineExtent;
}