Aleksei
Committed by David PHAM-VAN

Fix finalizing

@@ -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