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 moreHow do I use text style in flutter?
Use a font in a specific widget.
Read moreHow do you change the font on flutter?
How to use a custom font in a Flutter app
Read moreHow do I make bold text in flutter?
“how to make font bold in flutter” Code Answer’s
Read more