How to change TextFormField input text color in Flutter March 28, 2023 by Tarik This will do: TextFormField( style: TextStyle(color: Colors.white), )