TextField(
style: TextStyle(color: Colors.red),
decoration: InputDecoration(fillColor: Colors.orange, filled: true),
)
labelStyle: TextStyle(
color: Colors.white,
)
TextField(
style: TextStyle(color: Colors.white),
...
)
TextField(
style: TextStyle(color: Colors.red),
)