verticalSizedBox02 top-level property

SizedBox verticalSizedBox02
getter/setter pair

this is the sized box with width 2 responsive pixels

Implementation

SizedBox verticalSizedBox02 = SizedBox(height: 2.h);