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