flet-dev / examples

Flet sample applications
MIT License
458 stars 189 forks source link

How to make such an effect, web side #145

Closed BrentHuang closed 3 months ago

BrentHuang commented 3 months ago

How to make such an effect, web side

1720166961263

If the text does not fit in one line, it will automatically wrap.

ndonkoHenri commented 3 months ago

You can make use of TextSpans: https://flet.dev/docs/controls/text#rich-text-basics

Closing this issue, as it is more like a discussion.

BrentHuang commented 3 months ago

thank you very much @ndonkoHenri