position property Null safety
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, after applying the textDirection if available.
Implementation
Animation<Offset> get position => listenable as Animation<Offset>;