horizontalSpaceDiameter property
SizedBox
get
horizontalSpaceDiameter
ScreenUtil.diameter
Implementation
SizedBox get horizontalSpaceDiameter => ResponsiveUtils.isNeedScreenUtil
? su.ScreenUtil().setHorizontalSpacingDiameter(this)
: SizedBox(width: toDouble());