Component - TextField and TextEditingController
This UI component shows a text input box where users can type text. The TextEditingController helps the app read and control what the user types in the TextField. It also allows the app to clear or change the text programmatically.