Answers for "changing hint text field content colour in flutter"

13

text fieldform color flutter

TextField(
  style: TextStyle(color: Colors.red),
  decoration: InputDecoration(fillColor: Colors.orange, filled: true),
)
Posted by: Guest on June-11-2020

Code answers related to "changing hint text field content colour in flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language