FadeOutParticle is an animation for disappearing views like Text and Icon
Installation
Add this line to your pubspec:
dependencies:
fade_out_particle: ^1.2.1
Usage
FadeOutParticle(
disappear: true,
child: Text('Fade out Particle'),
)