init(title: Text, message: Text?, primaryButton : Alert.Button, secondaryButton : Alert.Button)
Creates an alert with two buttons.
2つのボタンをもつ警報を作成します。
static func sideBySideButtons (title: Text, message: Text?, primaryButton : Alert.Button, secondaryButton : Alert.Button) -> Alert
Creates a side by side button alert.
横並びボタン警報を作成します。