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 2f017a7 commit cc8f233Copy full SHA for cc8f233
gallery/gallery/lib/pages/home.dart
@@ -700,6 +700,7 @@ class _CarouselState extends State<_Carousel>
700
controller: _controller,
701
itemCount: widget.children.length,
702
itemBuilder: (context, index) => builder(index),
703
+ allowImplicitScrolling: true,
704
),
705
controller: widget.animationController,
706
);
0 commit comments