landscape property

PdfPageFormat landscape

Implementation

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