I am using FlutterFlow to create an app, and I am trying to create a Youtube shorts-like page. The page shows one video with dimensions as the screen's size, and upon that, I put a button.
The problem is, when I put the button, and try to press it, it gets ignored and the Youtube video gets clicked (which is behind the button). In other words, the Youtube video "attracts" all the clicks and everything upon it gets skipped.
I am using the Gesture Detector library and the Youtube Player widget.