offsetAnimation property

Animation<Offset> offsetAnimation
getter/setter pair

The animation that controls the position (slide effect) of the widget.

Implementation

late Animation<Offset> offsetAnimation;