verticalSpace function

Widget verticalSpace(
  1. double height
)

Implementation

Widget verticalSpace(double height) => SizedBox(height: height);