verticalSpacingRadius property
SizedBox
get
verticalSpacingRadius
ScreenUtil.radius
Implementation
SizedBox get verticalSpacingRadius => ResponsiveUtils.isNeedScreenUtil
? su.ScreenUtil().setVerticalSpacingRadius(this)
: SizedBox(height: toDouble());