Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -121,7 +121,7 @@ void main() { | @@ -121,7 +121,7 @@ void main() { | ||
| 121 | pdf.addPage(Page( | 121 | pdf.addPage(Page( |
| 122 | pageFormat: PdfPageFormat.a4, | 122 | pageFormat: PdfPageFormat.a4, |
| 123 | orientation: PageOrientation.portrait, | 123 | orientation: PageOrientation.portrait, |
| 124 | - margin: EdgeInsets.all(8.0), | 124 | + margin: const EdgeInsets.all(8.0), |
| 125 | theme: Theme( | 125 | theme: Theme( |
| 126 | defaultTextStyle: TextStyle(font: Font.courier(), fontSize: 10.0), | 126 | defaultTextStyle: TextStyle(font: Font.courier(), fontSize: 10.0), |
| 127 | ), | 127 | ), |
-
Please register or login to post a comment