verticalSizedBox12 top-level property
this is the sized box with width 120 responsive pixels
Implementation
SizedBox verticalSizedBox12 = SizedBox(height: 120);
this is the sized box with width 120 responsive pixels
SizedBox verticalSizedBox12 = SizedBox(height: 120);