verticalSizedBox8 top-level property

SizedBox verticalSizedBox8
getter/setter pair

this is the sized box with width 80 responsive pixels

Implementation

SizedBox verticalSizedBox8 = SizedBox(height: 80.h);