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