ボタンの表示

基本形は以下

Button(action: {
    // ボタン押下時の処理
}, label: {
    ボタンの文字列
})