A widget that sizes its child to the child's intrinsic height.
Widget intrinsicHeight({ Key? key, }) { return IntrinsicHeight( key: key, child: this, ); }