setVerticalSpacingRadius static method

SizedBox setVerticalSpacingRadius(
  1. num height
)

Implementation

static SizedBox setVerticalSpacingRadius(num height) =>
    SizedBox(height: instance.radius(height));