Flutter IntrinsicHeight and IntrinsicWidth don’t account for Transform.rotate
I have a Container
with a child that I want to rotate. When rotating, I want the size of the Container
to match the new borders of the child.
I have a Container
with a child that I want to rotate. When rotating, I want the size of the Container
to match the new borders of the child.