TextScramble(
text: 'Hello World!',
speed: Duration(milliseconds: 30),
chars: '!<>-_\\/[]{}—=+*^?#________',
correctCharProbability: 0.1, // Correct character probability in [0, 1]
scrambleCycles: 4, // Number of times to scramble the text
style: TextStyle(
fontSize: 40,
color: Colors.black,
),
),
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.
MIT License
Created by Gled | khlebobul@gmail.com
Support the project:
Inspired by useScramble