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