flutter_swiper icon indicating copy to clipboard operation
flutter_swiper copied to clipboard

How to autoplay cards towards right?

Open mohsinzaheer25 opened this issue 3 years ago • 2 comments

Auto play is working but cards are moving in left direction but I want to move it to right. What property i have to use to move in right direction?

mohsinzaheer25 avatar Feb 28 '22 00:02 mohsinzaheer25

You can try using this property: axisDirection: AxisDirection.right,

phuc1710 avatar May 23 '22 15:05 phuc1710

thanks will try it.

mohsinzaheer25 avatar May 31 '22 17:05 mohsinzaheer25