intrinsicHeight method

Widget intrinsicHeight()

Implementation

Widget intrinsicHeight() {
  return IntrinsicHeight(
    child: this,
  );
}