Question
Move text area widget buffer from right to left
I have text buffer which size has size more than width of text are widget so I wann add animation to move text from right to left in loop so all data of text buffer is able to get display. I tried using scrollableContainer but didn't find correct way to do it.
Suppose max character can be 5 in one time at text area and data is "xyz 123456789 abcdefghijklmnopqrstuvqt". I want something like below.
| x|
| xy|
| xyz|
| xyz |
|xyz 1|
|yz 12|
|z 123|
and so On
Any suggestions,
