Docs
BlurFade Animation
BlurFade Animation
A simple blur and fade animation to animate your widget's visibility.
Status: initializing
Installation
Copy and paste the following code into your project.
Please find it here
Update the import paths to match your project setup.
Usage
BlurFade(
isVisible: _isVisible,
child: titleText('Hello, World! 👋'),
)