Ayoub BOUMZEBRA
Ayoub BOUMZEBRA

Reputation: 5003

How remove interactive selection textfield in Flutter?

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

Answers (1)

Michal Olechowski
Michal Olechowski

Reputation: 646

Hey i guess your looking for :

TextFormField(enableInteractiveSelection: false)

Upvotes: 2

Related Questions