verticalSizedBox12 top-level property

SizedBox verticalSizedBox12
getter/setter pair

this is the sized box with width 120 responsive pixels

Implementation

SizedBox verticalSizedBox12 = SizedBox(height: 120.h);