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