horizontalSizedBox8 top-level property

SizedBox horizontalSizedBox8
getter/setter pair

this is the sized box with width 80 responsive pixels

Implementation

SizedBox horizontalSizedBox8 = SizedBox(width: 80.w);