Answers for "flutter disable text formfield disable typing"

3

flutter disable text form field

TextFormField(
      enabled: false, //Not clickable and not editable
      readOnly: true, //Clickable and not editable
)
Posted by: Guest on December-15-2020

Code answers related to "flutter disable text formfield disable typing"

Browse Popular Code Answers by Language