vertical static method

SizedBox vertical(
  1. double height
)

Returns a SizedBox with the specified height

Implementation

static SizedBox vertical(double height) => SizedBox(height: height);