maxIntrinsicWidth property Null safety
Returns the smallest width beyond which increasing the width never decreases the height.
Valid only after layout has been called.
Implementation
@FfiNative<Double Function(Pointer<Void>)>('Paragraph::maxIntrinsicWidth', isLeaf: true)
external double get maxIntrinsicWidth;