Flutter: Is it possible to click through a PageView?

前端 未结 2 1271
天涯浪人
天涯浪人 2020-12-20 20:17

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         


        
2条回答
  •  不思量自难忘°
    2020-12-20 20:25

    Try using the IgnorePointer class: https://docs.flutter.io/flutter/widgets/IgnorePointer-class.html

    A widget that is invisible during hit testing.

提交回复
热议问题