components/loading/fade_in
library
Classes
-
FadeIn
-
Copied from: https://github.com/Klerith/animate_do_package
Class FadeIn:
key: optional widget key reference
child: mandatory, widget to animate
duration: how much time the animation should take
delay: delay before the animation starts
controller: optional/mandatory, exposes the animation controller created by Animate_do
manualTrigger: boolean that indicates if you want to trigger the animation manually with the controller
animate: For a State controller property, if you re-render changing it from false to true, the animation will be fired inmediatelly
-
FadeInState
-
FadeState class
The animation magic happens here