minIntrinsicWidth property
The minimum width that this paragraph could be without failing to paint its contents within itself.
Valid only after layout has been called.
Implementation
@Native<Double Function(Pointer<Void>)>(symbol: 'Paragraph::minIntrinsicWidth', isLeaf: true)
external double get minIntrinsicWidth;