height property Null safety
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;
The amount of vertical space this paragraph occupies.
Valid only after layout has been called.
@FfiNative<Double Function(Pointer<Void>)>('Paragraph::height', isLeaf: true)
external double get height;