flet-dev / examples

Flet sample applications
MIT License
488 stars 199 forks source link

How to make such an effect, web side #145

Closed BrentHuang closed 4 months ago

BrentHuang commented 4 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 4 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 4 months ago

thank you very much @ndonkoHenri