fancy_text_reveal 1.0.1 fancy_text_reveal: ^1.0.1 copied to clipboard
Have you ever wondered if there is any fancy way to reveal your text widgets? Introducing 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
Demo 👀 #
Usage 🎨 #
To use is simple, just do this:
@override
Widget build(BuildContext context) {
return FancyTextReveal(
child: Text('You are Awesome!')
);
}
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;