vSpace function

Widget vSpace(
  1. double height
)

Implementation

Widget vSpace(double height) {
  return SizedBox(height: height.h);
}