We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d70074 commit 06fa136Copy full SHA for 06fa136
example/lib/pages_with_tiled_images/main_page_list_images_inspector.dart
@@ -34,7 +34,7 @@ class PageListImagesInspectorDemo extends StatefulWidget {
34
}
35
36
class _PageListImagesInspectorDemoState extends State<PageListImagesInspectorDemo> with TickerProviderStateMixin {
37
- static final _naturalPageSize = const Size(8.5, 11);
+ static final _naturalPageSize = const Size(8.5, 11) * 14.4;
38
39
final _pageViewportKey = GlobalKey();
40
late PageListViewportController _viewportController;
0 commit comments