How do you underline RichText 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 .

Sizin İçin Seçtik  How do you use the container container in Flutter?

Leave a Reply

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