ranimated_container library
Classes
- RanimatedContainer
- A Container but animates in a way that's well suited to layout animations. We can define "ranimation" as a way of implementing animation where the layout update is instant (where in a sense it has already ran), but where the visuals move to the new layout smoothly. It has many advantages:
- SizeChangeReporter
- A widget that reports the size of its child via a callback.