flutter_swiper
flutter_swiper copied to clipboard
How to autoplay cards towards right?
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?
You can try using this property:
axisDirection: AxisDirection.right,
thanks will try it.