Revert "Different cache extents for different photoGridSizes"
This reverts commit 769adb75c5.
This commit is contained in:
@@ -604,7 +604,7 @@ class GalleryState extends State<Gallery> {
|
||||
? const NeverScrollableScrollPhysics()
|
||||
: const ExponentialBouncingScrollPhysics(),
|
||||
controller: _scrollController,
|
||||
cacheExtent: galleryCacheExtent,
|
||||
cacheExtent: 1000,
|
||||
slivers: [
|
||||
SliverToBoxAdapter(
|
||||
child: SizeChangedLayoutNotifier(
|
||||
|
||||
Reference in New Issue
Block a user