Determine which screens are displayed in ArrangementView

When using ArrangementView, is it possible to determine which screens are being displayed? Specifically, whether both the primary and secondary screens are being displayed or only one of them?


If hSizeClass == .regular {
  // Unfolded
} else {
  // folded
}

Sorry can't edit for some reason it removed getting that variable

@Environment(\.horizontalSizeClass) private var hSizeClass
Determine which screens are displayed in ArrangementView
 
 
Q