ideographicBaseline property Null safety
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;