maxIntrinsicWidth property Null safety

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

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;