Skip to content

Commit cc8f233

Browse files
committed
Enable a11y carousel scrolling
1 parent 2f017a7 commit cc8f233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gallery/gallery/lib/pages/home.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ class _CarouselState extends State<_Carousel>
700700
controller: _controller,
701701
itemCount: widget.children.length,
702702
itemBuilder: (context, index) => builder(index),
703+
allowImplicitScrolling: true,
703704
),
704705
controller: widget.animationController,
705706
);

0 commit comments

Comments
 (0)