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