typewritertext 0.0.1
typewritertext: ^0.0.1 copied to clipboard
A text with type writer animation.
Type Writer Text #
Type writer animation for Flutter.
Preview #

Usage #
text : required Text() widget.
duration : required Duration().
maintainSize : to maintain occupied size of final text. default true.
play : to switch animation state. default true.
const TypeWriterText(text: Text('text'), duration: Duration(milliseconds: 750));