fancy_text_reveal

Last updated:

0 purchases

fancy_text_reveal Image
fancy_text_reveal Images
Add to Cart

Description:

fancy text reveal

Fancy Text Reveal #

Getting Started 🎨 #
First, add fancy_text_reveal as a dependency in your pubspec.yaml file.
dependencies:
fancy_text_reveal: any
copied to clipboard
Demo 👀 #

Usage 🎨 #
To use is simple, just do this:
@override
Widget build(BuildContext context) {
return FancyTextReveal(
child: Text('You are Awesome!')
);
}
copied to clipboard
Properties Parameter
Here, you can pass:

decoration for custom decoration of reveal container;
milliseconds in int for animation duration;
verticalSpacing for spacing;
horizontalSpacing for spacing;

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.