Revert "Different cache extents for different photoGridSizes"

This reverts commit 769adb75c5.
This commit is contained in:
ashilkn
2025-08-28 16:55:39 +05:30
parent 67d7f586b2
commit f72c9fa068

View File

@@ -604,7 +604,7 @@ class GalleryState extends State<Gallery> {
? const NeverScrollableScrollPhysics()
: const ExponentialBouncingScrollPhysics(),
controller: _scrollController,
cacheExtent: galleryCacheExtent,
cacheExtent: 1000,
slivers: [
SliverToBoxAdapter(
child: SizeChangedLayoutNotifier(