0 purchases
text plus
TextPlus #
About #
This pakcage is a wrapper for the Text widget that allows you to use the same widget with different styles in the same string. It is useful for when you want to use different styles in the same text, such as bold, italic, underline, etc.
Usage #
TextPlus(
'Hello _ world_!, ..this.. is *simple* ~example~ *text* with _multistyles_',
style: TextStyle(fontSize: 64),
textAlign: TextAlign.center,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.