[Solved] GestureDetector is not working on the TextField | GestureDetector is not working

GestureDetector is not working If a GestureDetector is not working on a TextField in Flutter, it’s important to note that TextField itself handles user input gestures, and using a GestureDetector directly on it might not behave as expected. If you require a Gesture Detector on a Text field, use the following code. In this code, … Continue reading [Solved] GestureDetector is not working on the TextField | GestureDetector is not working