2000calories / flutter_easy_rich_text

The EasyRichText widget provides an easy way to use RichText.
https://pub.dev/packages/easy_rich_text
MIT License
79 stars 34 forks source link

Use Text.rich Rather Than RichText #29

Closed lyledean1 closed 2 years ago

lyledean1 commented 2 years ago

Use Text.rich vs RichText as it will inherit [TextStyle] from [DefaultTextStyle]

lyledean1 commented 2 years ago

@2000calories , I have been having some issues with default styling so replaced RichText with Text.rich