ideographicBaseline property Null safety

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

The distance from the top of the paragraph to the ideographic baseline of the first line, in logical pixels.

Implementation

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