PageLayout.a4Landscape constructor

PageLayout.a4Landscape()

Factory: A4 page (landscape)

Implementation

factory PageLayout.a4Landscape() {
  return const PageLayout(
    width: 842.0,
    height: 595.0,
  );
}