setVerticalSpacing method

SizedBox setVerticalSpacing(
  1. num height
)

Implementation

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