const CustomOpacityTransition({ Key? key, required this.visible, required this.child, }) : super(key: key);