letter constant

PdfPageSize const letter

US Letter page size: 8.5" x 11"

Implementation

static const letter = PdfPageSize._(width: 612, height: 792, name: 'Letter');