A SizedBox with height equal to the top safe area (status bar, notch).
static Widget get safeAreaTopSpace => SizedBox(height: ResponsiveUtils.safeAreaTop);