verticalSizedBox top-level property
this is the sized box with width 10 responsive pixels
Implementation
SizedBox verticalSizedBox = SizedBox(height: 10.h);
this is the sized box with width 10 responsive pixels
SizedBox verticalSizedBox = SizedBox(height: 10.h);