Here’s what we’ll cover:
Read moreHow do you give text decorations in Flutter?
When underlining everything you can set a TextStyle on the Text widget. If you only want to underline part of the text then you need to use Text. rich() (or a RichText widget) and break the string into TextSpans that you can add a style to .30 May 2018
Read moreHow do you add color to text on Flutter?
“how to change input text color in flutter” Code Answer’s
Read more