import SwiftUI struct ContentView: View { @State var isShowSheet = false var body: some View ... 2) Set this environment value to root of sheet content, ...
確定! 回上一頁