auto_size_text
auto_size_text copied to clipboard
Support TextWidthBasis
Is your feature request related to a problem? Please describe.
There is no way (or I couldn't find one) to specify how to measure width of the rendered text like TextWidthBasis
property from Flutter's Text
widget. See the documentation.
Describe the solution you'd like
It would be nice to have the exact feature that Text
widget has.
Version
- Flutter version: 1.22.5
- auto_size_text version: 2.1.0
Never thought I'd want this feature so bad. Wish I could help out on this just to make it work both on my project and for other people's projects as well.