How To Change Input Text Color Of Textformfield In Flutter Code Example


Example 1: text fieldform color flutter


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

Example 2: color textfield text flutter


TextField(
style: TextStyle(color: Colors.white),
...
)

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable