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(!_needsLayout);
  return _applyFloatingPointHack(_paragraph.maxIntrinsicWidth);
}