sizedHeight method

Widget sizedHeight ()

Implementation

Widget sizedHeight() {
  return SizedBox(
    height: this,
  );
}