portrait property

PdfPageFormat portrait

Implementation

PdfPageFormat get portrait =>
    height >= width ? this : copyWith(width: height, height: width);