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