typewritertext 0.0.1 copy "typewritertext: ^0.0.1" to clipboard
typewritertext: ^0.0.1 copied to clipboard

A text with type writer animation.

Type Writer Text #

Type writer animation for Flutter.

Preview #

screen-capture-1

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));