In Flutter, the widgets which perform an animation take an animation object as a parameter . This Animation object gives the information from which they read the current value of the animation and to which they listen for changes to that value.
In Flutter, the widgets which perform an animation take an animation object as a parameter . This Animation object gives the information from which they read the current value of the animation and to which they listen for changes to that value.