flutter-carousel-pro
flutter-carousel-pro copied to clipboard
How is OnImageTap used?
How is OnImageTap used to retrieve the index of the tapped image?
Exactly my question
Did anyone find an answer to this?
Just follow this method to get index onImage tap
onImageTap:(index){ print(index.toString()); } ,