verticalSizedBox05 top-level property

SizedBox verticalSizedBox05
getter/setter pair

this is the sized box with width 5 responsive pixels

Implementation

SizedBox verticalSizedBox05 = SizedBox(height: 5.h);