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