portrait property

PdfPageFormat get portrait

Implementation

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