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