horizontalSizedBox4 top-level property

SizedBox horizontalSizedBox4
getter/setter pair

this is the sized box with width 40 responsive pixels

Implementation

SizedBox horizontalSizedBox4 = SizedBox(width: 40.w);