horizontalSizedBox top-level property

SizedBox horizontalSizedBox
getter/setter pair

this is the sized box with width 10 responsive pixels

Implementation

SizedBox horizontalSizedBox = SizedBox(width: 10.w);