text_transformation_animation

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

text transformation animation

FlutterTextTransformationAnimationWidget #
A Widget which transforms the text inside of it via series of character changes.

Example #
String text = "Transformation";
...
Scaffold(
appBar: AppBar(
title: TextTransformationAnimation(
text: _title,
duration: Duration(milliseconds: 1000),
),
),
floatingActionButton: FloatingActionButton(
onPressed: () => setState(() => _title = "Text Transformation"),
tooltip: 'Increment',
child: Icon(Icons.add),
),
)
...
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.