Flutter TextFormField background color TextFormField( decoration: InputDecoration( labelText: “Resevior Name”, fillColor: Colors. white, filled: true, // dont forget this line … ) … )
Flutter TextFormField background color TextFormField( decoration: InputDecoration( labelText: “Resevior Name”, fillColor: Colors. white, filled: true, // dont forget this line … ) … )