horizontalSizedBox6 top-level property

SizedBox horizontalSizedBox6
getter/setter pair

this is the sized box with width 60 responsive pixels

Implementation

SizedBox horizontalSizedBox6 = SizedBox(width: 60.w);