IntrinsicHeightModifier 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 IntrinsicHeightModifier({
super.key,
super.child,
super.modifierKey,
});