vGap function

SizedBox vGap(
  1. double size
)

Implementation

SizedBox vGap(double size){
  return SizedBox(height: size,);
}