How 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

Sizin İçin Seçtik  How do you get RichText on Flutter?

Leave a Reply

Your email address will not be published. Required fields are marked *