horizontalSizedBox15 top-level property

SizedBox horizontalSizedBox15
getter/setter pair

this is the sized box with width 15 responsive pixels

Implementation

SizedBox horizontalSizedBox15 = SizedBox(width: 15.w);