init(LocalizedStringKey , destination: URL)
Creates a control, consisting of a URL and a title key, used to navigate to a URL.
Available when
Label
is Text
.
Label
がText
である時に利用可能です。
init<S>(S, destination: URL)
Creates a control, consisting of a URL and a title string, used to navigate to a URL.
Available when
Label
is Text
.
Label
がText
である時に利用可能です。