IntrinsicHeight constructor
Creates a widget that sizes its child to the child's intrinsic height.
This class is relatively expensive. Avoid using it where possible.
Implementation
const IntrinsicHeight({super.key, super.child});
Creates a widget that sizes its child to the child's intrinsic height.
This class is relatively expensive. Avoid using it where possible.
const IntrinsicHeight({super.key, super.child});