What is the difference between TextFormField and TextField?

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 .13 Şub 2019

Sizin İçin Seçtik  How do I get text from TextField in flutter?

Leave a Reply

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