const FadeInTransition( {required this.child, this.duration, this.curve, this.delay, Key? key}) : super(key: key);