const RevealEffect({ Key? key, required this.child, this.offset = const Offset(0, 0), }) : super(key: key);