IntrinsicHeight constructor Null safety
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({ Key? key, Widget? child }) : super(key: key, child: child);