diff --git a/gallery/gallery/lib/pages/home.dart b/gallery/gallery/lib/pages/home.dart index 7b65f8838..8ba1372ae 100644 --- a/gallery/gallery/lib/pages/home.dart +++ b/gallery/gallery/lib/pages/home.dart @@ -700,6 +700,7 @@ class _CarouselState extends State<_Carousel> controller: _controller, itemCount: widget.children.length, itemBuilder: (context, index) => builder(index), + allowImplicitScrolling: true, ), controller: widget.animationController, );