andyduke / styled_text_package

Text widget with formatted text using tags. Makes it easier to use formatted text in multilingual applications.
https://pub.dev/packages/styled_text
BSD 3-Clause "New" or "Revised" License
75 stars 48 forks source link

Text of tag to StyledTextWidgetBuilderTag #53

Closed SteepSheep closed 2 years ago

SteepSheep commented 2 years ago

It would be nice if the StyledTextWidgetBuilderTag builder also would pass in the text inside the tag

andyduke commented 2 years ago

It would be nice if the StyledTextWidgetBuilderTag builder also would pass in the text inside the tag

Inside the tag there can be not only text, but also other tags, so passing the text to the builder will not help much.