setVerticalSpacingFromWidth method

SizedBox setVerticalSpacingFromWidth(
  1. num height
)

Implementation

SizedBox setVerticalSpacingFromWidth(num height) =>
    SizedBox(height: setWidth(height));