verticalSizedBox5 top-level property

SizedBox verticalSizedBox5
getter/setter pair

this is the sized box with width 50 responsive pixels

Implementation

SizedBox verticalSizedBox5 = SizedBox(height: 50.h);