setVerticalSpacing method

Widget setVerticalSpacing(
  1. num height
)

Implementation

Widget setVerticalSpacing(num height) => SizedBox(height: setHeight(height));