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