From cc8f233b54e0345ab5f8487af9d96a00d8a0844c Mon Sep 17 00:00:00 2001 From: guidezpl Date: Fri, 31 Jan 2020 15:46:21 +0100 Subject: [PATCH] Enable a11y carousel scrolling --- gallery/gallery/lib/pages/home.dart | 1 + 1 file changed, 1 insertion(+) 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, );