Enable a11y carousel scrolling

pull/301/head
guidezpl 5 years ago
parent 2f017a747a
commit cc8f233b54

@ -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,
);

Loading…
Cancel
Save