width property

double? width
final

Outer width of the document page.

This width is the distance between the left edge of the left border, and the right edge of the right border. Thus, it corresponds to the "border-box" box sizing model in HTML.

If this property is null, then the page width must be provided when formatting a document.

Implementation

final double? width;