So ändern Sie die Eingabetextfarbe in Flattern
TextField(
style: TextStyle(color: Colors.red),
decoration: InputDecoration(fillColor: Colors.orange, filled: true),
)
Dull Dunlin