Showing
1 changed file
with
1 additions
and
1 deletions
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | Example: | 3 | Example: |
4 | ```dart | 4 | ```dart |
5 | final pdf = new PDFDocument(); | 5 | final pdf = new PDFDocument(); |
6 | -final page = new PDFPage(pdf, pageFormat: new PDFPageFormat(PDFPageFormat.LETTER)); | 6 | +final page = new PDFPage(pdf, pageFormat: PDFPageFormat.LETTER); |
7 | final g = page.getGraphics(); | 7 | final g = page.getGraphics(); |
8 | final font = new PDFFont(pdf); | 8 | final font = new PDFFont(pdf); |
9 | 9 |
-
Please register or login to post a comment