horizontalSizedBox02 top-level property

SizedBox horizontalSizedBox02
getter/setter pair

this is the sized box with width 2 responsive pixels

Implementation

SizedBox horizontalSizedBox02 = SizedBox(width: 2.w);