setVerticalSpacingRadius method

SizedBox setVerticalSpacingRadius(
  1. num height
)

Implementation

SizedBox setVerticalSpacingRadius(num height) =>
    SizedBox(height: radius(height));