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