verticalSizedBox2 top-level property

SizedBox verticalSizedBox2
getter/setter pair

this is the sized box with width 20 responsive pixels

Implementation

SizedBox verticalSizedBox2 = SizedBox(height: 20.h);