verticalSizedBox8 top-level property
this is the sized box with width 80 responsive pixels
Implementation
SizedBox verticalSizedBox8 = SizedBox(height: 80);
this is the sized box with width 80 responsive pixels
SizedBox verticalSizedBox8 = SizedBox(height: 80);