buildSpaceHeight method

Widget buildSpaceHeight(
  1. double height
)

Implementation

Widget buildSpaceHeight(double height) {
  return SizedBox(height: ScreenUtil().setHeight(height));
}