.toolbar { ToolbarItem(placement: .principal) { Button { show.toggle() } label: { Text(buttonTitle) } .sheet(isPresented: $show) { SelectTitle(buttonTitle: ...
確定! 回上一頁