verticalSpaceFromWidth property

SizedBox get verticalSpaceFromWidth

ScreenUtil.setVerticalSpacingFromWidth

Implementation

SizedBox get verticalSpaceFromWidth => ResponsiveUtils.isNeedScreenUtil
    ? su.ScreenUtil().setVerticalSpacingFromWidth(this)
    : SizedBox(height: toDouble());