What is the difference between TextField and TextFormField?

TextField is a simple text field. (you don’t care about user input) TextFormField is a text field to be used in a form (you care about user input) . If you don’t need to validate TextField . If you need to validate user input, use TextFormField with validator .

Sizin İçin Seçtik  What does controller do in flutter?

Leave a Reply

Your email address will not be published. Required fields are marked *