Answers for "how to change textfield color in flutter from theme"

3

color textfield text flutter

TextField(
  style: TextStyle(color: Colors.white),
  ...
)
Posted by: Guest on September-19-2020

Code answers related to "how to change textfield color in flutter from theme"

Code answers related to "Dart"

Browse Popular Code Answers by Language