minIntrinsicWidth property

  1. @Native<Double Function(Pointer<Void>)>(Pointer<Void>)>(symbol: 'Paragraph::minIntrinsicWidth', isLeaf: true)
double minIntrinsicWidth

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;