maxIntrinsicWidth property Null safety
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 _applyFloatingPointHack(_paragraph!.maxIntrinsicWidth);
}