Animation<FractionalOffset> position

The animation that controls the position of the child.

If the current value of the position animation is (dx, dy), the child will be translated horizontally by width * dx and vertically by height * dy.

Source

Animation<FractionalOffset> get position => animation;