I'm using a great coach tutorial for flutter called https://pub.dev/packages/tutorial_coach_mark
My problem is that I can get the next target only if I'm pressing on a free space on the screen. In my case I having a lot of text on the tutorial, so users are struggling to get the next target.
Is there a way to tell the TutorialCoachMark to go to the next target? So users will be able to tap on the entire screen in order to get the next target?
Thanks!