height property Null safety

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

The amount of vertical space this paragraph occupies.

Valid only after layout has been called.

Implementation

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