Replies: 1 comment
-
I created an issue #4109 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to figure out how to scale text to screen width. (i.e. text should cover the entire width of the screen - the size of the text should be set accordingly). I found this flutter solution: FittedBox.
https://api.flutter.dev/flutter/widgets/FittedBox-class.html
Looking further into FittedBox I have to say it is truly amazing and should be added into Flet. What do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions