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