setVerticalSpacing static method

SizedBox setVerticalSpacing(
  1. num height
)

Implementation

static SizedBox setVerticalSpacing(num height) =>
    SizedBox(height: instance.setHeight(height));