inChildrenHeightAndWidth property

Widget inChildrenHeightAndWidth

Implementation

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