inChildrenWidthAndHeight property

Widget inChildrenWidthAndHeight

Implementation

Widget get inChildrenWidthAndHeight => IntrinsicWidth(
      child: IntrinsicHeight(child: this),
    );