animated_typing

Last updated:

0 purchases

animated_typing Image
animated_typing Images
Add to Cart

Description:

animated typing

Usage:

Add the package to the dependencies:

dependencies:
...
animated_typing: any
copied to clipboard

Import it

import 'package:animated_typing/animated_typing.dart';
copied to clipboard

USe the widget pass text, duration, and/or style:

AnimatedTyping(
text: 'This text will be animated while typing',
duration: Duration(
seconds: 3,
),
style: TextStyle(
color: Colors.red,
fontSize: 22,
),
),
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.