Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -110,7 +110,7 @@ class PdfPreviewCustomState extends State<PdfPreviewCustom> | @@ -110,7 +110,7 @@ class PdfPreviewCustomState extends State<PdfPreviewCustom> | ||
| 110 | with PdfPreviewRaster { | 110 | with PdfPreviewRaster { |
| 111 | final listView = GlobalKey(); | 111 | final listView = GlobalKey(); |
| 112 | 112 | ||
| 113 | - late final List<GlobalKey> _pageGlobalKeys; | 113 | + late List<GlobalKey> _pageGlobalKeys; |
| 114 | 114 | ||
| 115 | bool infoLoaded = false; | 115 | bool infoLoaded = false; |
| 116 | 116 |
-
Please register or login to post a comment