usLegal property

PageSize usLegal

Standard US letter 8.5x11" size.

Implementation

static PageSize get usLegal {
  return PageSize(const Size(612, 1008));
}