Flutter: Not able to clear text field with .clear or .text =""
I have created a feedback screen but I am unable to clear the text from my rounded input field even after using controller.clear or controller.text ="" My feedback screen code(only attaching relevant code to make it easy to understand): class…