PageTransitionOpacityTween({ required double begin, required double end, }) : super( begin: begin, end: end, );