SlideTransitionAnimation constructor
const
SlideTransitionAnimation({})
Implementation
const SlideTransitionAnimation(
{super.key,
required this.child,
required this.duration,
this.beginx = 0.5,
this.beginy = 0,
this.endx = 0,
this.endy = 0});