sizedBoxH property

Widget get sizedBoxH

Implementation

Widget get sizedBoxH {
  return SizedBox(
    height: h,
  );
}