width property Null safety

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

The amount of horizontal space this paragraph occupies.

Valid only after layout has been called.

Implementation

@FfiNative<Double Function(Pointer<Void>)>('Paragraph::width', isLeaf: true)
external double get width;