verticalSizedBox3 top-level property

SizedBox verticalSizedBox3
getter/setter pair

this is the sized box with width 30 responsive pixels

Implementation

SizedBox verticalSizedBox3 = SizedBox(height: 30.h);