verticalSpace property
SizedBox
get
verticalSpace
ScreenUtil.setHeight
Implementation
SizedBox get verticalSpace => ResponsiveUtils.isNeedScreenUtil
? su.ScreenUtil().setVerticalSpacing(this)
: SizedBox(height: toDouble());