A SizedBox with width equal to the left safe area.
static Widget get safeAreaLeftSpace => SizedBox(width: ResponsiveUtils.safeAreaLeft);