IntrinsicHeight constructor

const IntrinsicHeight(
  1. {Key? key,
  2. Widget? child}
)

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 });