horizontalSizedBox4 top-level property
this is the sized box with width 40 responsive pixels
Implementation
SizedBox horizontalSizedBox4 = SizedBox(width: 40.w);
this is the sized box with width 40 responsive pixels
SizedBox horizontalSizedBox4 = SizedBox(width: 40.w);