FadeAnimation constructor
Constructs a FadeAnimation widget.
child
is the widget to be animated.
delay
is the delay (in milliseconds) before starting the animation.
Implementation
const FadeAnimation({
required this.child,
required this.delay,
super.key,
});