Reputation: 5003
I'm developping a Flutter App that needed to have a form. so i want to remove interactive selection from textfield, any suggetions ? Thank you
Upvotes: 0
Views: 1599
Reputation: 646
Hey i guess your looking for :
TextFormField(enableInteractiveSelection: false)
Upvotes: 2