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