File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import SwiftUI
2121@frozen
2222public struct HFlow < Content: View > : View {
2323 @usableFromInline
24- nonisolated let layout : HFlowLayout
24+ let layout : HFlowLayout
2525 @usableFromInline
2626 let content : Content
2727
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import SwiftUI
44@frozen
55public struct HFlowLayout : Sendable {
66 @usableFromInline
7- nonisolated let layout : FlowLayout
7+ let layout : FlowLayout
88
99 /// Creates a horizontal flow with the given spacing and vertical alignment.
1010 ///
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import SwiftUI
2121@frozen
2222public struct VFlow < Content: View > : View {
2323 @usableFromInline
24- nonisolated let layout : VFlowLayout
24+ let layout : VFlowLayout
2525 @usableFromInline
2626 let content : Content
2727
You can’t perform that action at this time.
0 commit comments