horizontalSpace property
SizedBox
get
horizontalSpace
ScreenUtil.setWidth
Implementation
SizedBox get horizontalSpace => ResponsiveUtils.isNeedScreenUtil
? su.ScreenUtil().setHorizontalSpacing(this)
: SizedBox(width: toDouble());