The width at which increasing the width of the text no longer decreases the height.
Valid only after layout has been called.
Source
double get maxIntrinsicWidth { assert(!_needsLayout); return _applyFloatingPointHack(_paragraph.maxIntrinsicWidth); }