horizontalSizedBox2 top-level property

SizedBox horizontalSizedBox2
getter/setter pair

this is the sized box with width 20 responsive pixels

Implementation

SizedBox horizontalSizedBox2 = SizedBox(width: 20.w);