vSpace function

dynamic vSpace(
  1. double height
)

Implementation

vSpace(double height) => SizedBox(
      height: height,
    );