a4 property

Standard A4 210x297mm size.

Implementation

static PageSize get a4 {
  return PageSize(const Size(595, 842));
}