vSpace static method

Widget vSpace(
  1. double height
)

Implementation

static Widget vSpace(double height) => SizedBox(height: height);