The width at which decreasing the width of the text would prevent it from painting itself completely within its bounds.
Valid only after layout has been called.
Source
double get minIntrinsicWidth { assert(!_needsLayout); return _applyFloatingPointHack(_paragraph.minIntrinsicWidth); }