flutter-carousel-pro icon indicating copy to clipboard operation
flutter-carousel-pro copied to clipboard

How is OnImageTap used?

Open OliverNarramore opened this issue 5 years ago • 3 comments

How is OnImageTap used to retrieve the index of the tapped image?

OliverNarramore avatar Sep 07 '19 18:09 OliverNarramore

Exactly my question

ArpitAwasthiQV avatar Jun 05 '20 16:06 ArpitAwasthiQV

Did anyone find an answer to this?

silverbackcat avatar Jun 25 '20 23:06 silverbackcat

Just follow this method to get index onImage tap onImageTap:(index){ print(index.toString()); } ,

YogeshLegendkiller avatar Jul 07 '20 17:07 YogeshLegendkiller