horizontalSpaceRadius property

SizedBox get horizontalSpaceRadius

ScreenUtil.radius

Implementation

SizedBox get horizontalSpaceRadius => ResponsiveUtils.isNeedScreenUtil
    ? su.ScreenUtil().setHorizontalSpacingRadius(this)
    : SizedBox(width: toDouble());