Text.rich in Flutter | Flutter Text.rich constructor

Published: 18 March 2022
on channel: Flutter Teacher
5,588
85

Text.rich in Flutter | Flutter Text.rich constructor
Text.rich widget | Flutter Text.rich widget

This video explains the use of Text.rich() constructor in Flutter. Following are some points that gives features of Text.rich() in brief.

1) Text.rich() allows us to create text using Inline Span that makes it possible to apply different styles for the text.

2) Using Text.rich() it's possible to create clickable text

3) Using WidgetSpan inside the Text.rich(), we can add any Widget inside the text of paragraph

Source Code : https://github.com/flutter-teacher/Te...

Flutter Tutorial Playlist:    • Flutter Widgets  

Dart Tutorial Playlist :    • Dart Tutorial