Is it possible to have a [Stack] that lays out its children like a [Column]?
The issue: A [SizeTransition] inside a [Column] rebuilds it whenever the animation is fired. With a [Stack], everything works as expected.
Not seeing the code, I'll conjecture on a couple things:
I'm betting that the column rebuilds because height of animation container is changing.