verticalSizedBox4 top-level property

SizedBox verticalSizedBox4
getter/setter pair

this is the sized box with width 40 responsive pixels

Implementation

SizedBox verticalSizedBox4 = SizedBox(height: 40.h);