How to Change Text Color in Flutter
Text is one of the most important widgets in Flutter. Sometimes, you may want to customize the color of the Text to make your mobile app pretty. Let’s learn how to change the Text color easily in this short Flutter tutorial. Adding text is pretty easy in Flutter. You just need to use the Text…