horizontalSizedBox05 top-level property
this is the sized box with width 5 responsive pixels
Implementation
SizedBox horizontalSizedBox05 = SizedBox(width: 5);
this is the sized box with width 5 responsive pixels
SizedBox horizontalSizedBox05 = SizedBox(width: 5);