ConditionalSizeView - iOS 13
Fix issues for ConditionalSizeView on iOS 13
ConditionalSizeView, for situations where you need to provide different variants of the same view according to the available space you have. This can be useful to overcome SizeClass limitations, and also for when Image that should not be resized on-the-fly, but instead having different well-defined variants that will be applied according to the parent size (using the SwiftUI layout-system, based on negotiable sizes).