We have a container with a card inside of it. When the card is editable and tapped, the user can edit the text widget that's on it. When the text is not editable, we want the tap event to be handled by the container.
From what I understand, Flutter's "IgnorePointer" is a perfect fit for this -- but it's not exposed in Flutterflow. Is there another easy way to handle this scenario?
(For reference, someone else asked for this in 2023 -- link is here)
https://legacy-community.flutterflow.io/c/suggestions-and-feedback/ignorepointer-support