minIntrinsicWidth property Null safety
The minimum width that this paragraph could be without failing to paint its contents within itself.
Valid only after layout has been called.
Implementation
@FfiNative<Double Function(Pointer<Void>)>('Paragraph::minIntrinsicWidth', isLeaf: true)
external double get minIntrinsicWidth;