simc / auto_size_text

Flutter widget that automatically resizes text to fit perfectly within its bounds.
https://pub.dev/packages/auto_size_text
MIT License
2.06k stars 241 forks source link

Overflow Options #95

Open cacothi opened 3 years ago

cacothi commented 3 years ago

Is your feature request related to a problem? Please describe. Overflow is a great feature, it would be nice if it could be more customizable

Describe the solution you'd like Option to add a text (Read more) Option to increase the fade and add Read More at the bottom. ... final double fadeStart = fadeEnd - fadeSizePainter.height / 0.5; ...

Describe alternatives you've considered If the component would trigger an event to notify when it's been overflowed, I would create a container to display the information to engage the user to tap and read more

Version