IntrinsicHeight
It adjusts to its content inside (Height).
The IntrinsicHeight widget in Flutter is a widget that is used to adjust the size of a widget to the height of its content. This means that if the content of an IntrinsicHeight widget changes size, the size of the widget will also change dynamically to match the content.
Last updated