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
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