When using AnimatedContainer with width property, the Text inside the AnimatedContainer is visible even if the width is zero, why is this happening?
This When using AnimatedContainer with width property, the Text inside the AnimatedContainer is visible even if the width is zero. The container is hidden but the Text is not.