Structure
BorderedButtonMenuStyle
A menu style that displays a bordered button that toggles the display of the menu’s contents when pressed.
あるメニュースタイル、それは境界線つきボタンを表示します、それは押された時にメニューのもつ内容の表示をオンオフします。
Declaration
宣言
struct BorderedButtonMenuStyle
Overview
概要
You can also use borderedButton
to construct this style.
Topics
話題
Creating a Bordered Button Menu Style
init()
Creates a bordered button menu style.
Rendering a Menu
あるメニューを描出する
typealias Body
A view that represents the body of a menu.
あるメニューの本体を提示するあるビュー。
Default Implementations
省略時実装
See Also
参照
Supporting Types
支援を行う型
struct BorderlessButtonMenuStyle
A menu style that displays a borderless button that toggles the display of the menu’s contents when pressed.
あるメニュースタイル、それは境界線なしボタンを表示します、それは押された時にメニューのもつ内容の表示をオンオフします。