verticalSizedBox top-level property

SizedBox verticalSizedBox
getter/setter pair

this is the sized box with width 10 responsive pixels

Implementation

SizedBox verticalSizedBox = SizedBox(height: 10.h);