longestLine property Null safety

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

The distance from the left edge of the leftmost glyph to the right edge of the rightmost glyph in the paragraph.

Valid only after layout has been called.

Implementation

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