Animated-Text-Kit
Animated-Text-Kit copied to clipboard
Access to MaxLine and textOverflow
I need more controls on the text😭😭😭😭 eg MaxLine and TextOverflow features👏
I need more controls on the text😭😭😭😭 eg MaxLine and TextOverflow features👏
Hi @Princewil , you can edit TextOverflow in TextStyle property, eg.:
TypewriterAnimatedText(text,
cursor: '|',
speed: const Duration(milliseconds: 60),
curve: Curves.easeInCubic,
textStyle: TextStyle(
//...
overflow: TextOverflow.ellipsis,
),
)
At the moment, I cannot find a way to set maxline property :/