Last updated:
0 purchases
overflow text
A Flutter package that will help you to display a long text in a small space.
How to use it #
OverflowTextWidget(
text: Text(
"Mollit aute cupidatat ullamco sit dolor id non proident veniam enim ad dolore amet culpa.",
softWrap: false,
overflow: TextOverflow.visible,
),
waitDuration: Duration(seconds: 3),
animationDuration: Duration(seconds: 5),
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.