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