setVerticalSpacingRadius method

Widget setVerticalSpacingRadius(
  1. num height
)

Implementation

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