Trying to make widgets behind a PageView clickable by wrapping it around a GestureDetector but it doesn\'t work. Is there another way I can do this?
new Gest
Try using the IgnorePointer class: https://docs.flutter.io/flutter/widgets/IgnorePointer-class.html
IgnorePointer
A widget that is invisible during hit testing.