mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Enable a11y carousel scrolling
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user