SlideTransition constructor
Creates a fractional translation transition.
Implementation
const SlideTransition({
super.key,
required Animation<Offset> position,
this.transformHitTests = true,
this.textDirection,
this.child,
}) : super(listenable: position);