moveX property

Animation<double>? moveX
getter/setter pair

moveX is an animation and can move animations in the horizontal direction moveY is an animation and can move animations in the vertical direction color is an animation and can change the color of the widget between two colors scale is an animation and can scale your widget size rotate is an animation and can rotate your widget in a clockwise direction opacity is an animation and can control opacity of widget radius is an animation and can change the rounded corner of your widget progress value is from 0 to 1

Implementation

Animation<double>? moveX;