verticalSizedBox10 top-level property

SizedBox verticalSizedBox10
getter/setter pair

this is the sized box with width 100 responsive pixels

Implementation

SizedBox verticalSizedBox10 = SizedBox(height: 100.h);