const Fade({ Key? key, required this.visible, required this.child, this.duration = const Duration(milliseconds: 200), }) : super(key: key);