height property

double? height
final

Outer height of the document page.

If the overflow property is Overflow.expand, then the height parameter is treated as a minimum height, in other cases the height is obeyed strictly.

If this property is null, then the page height must be provided when formatting a document (except for the overflow-expand mode, when the value of height defaults to 0).

Implementation

final double? height;