maxIntrinsicWidth property

double maxIntrinsicWidth

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

Valid only after layout has been called.

Implementation

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