Property | Description |
---|---|
child |
Child is the widget which comes under this widget |
duration |
It is used to tell for how much duration the child should be animated |
curve |
The animated curve to be applied. |
decoration |
Decoration behind the child. |
foregroundDecoration |
Decoration in front of the child. |
onEnd |
Called after animation ends. |
transform |
The transformation matrix to apply before painting the container. |
padding |
Empty space given from inside to child |
Created
September 4, 2021 17:23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment