minIntrinsicWidth property Null safety

double minIntrinsicWidth
FfiNative<Double Function(Pointer<Void>)>(Pointer<Void>)>('Paragraph::minIntrinsicWidth', isLeaf: true)">@FfiNative<Double Function(Pointer<Void>)>(Pointer<Void>)>('Paragraph::minIntrinsicWidth', isLeaf: true)

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;