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