Instance Method
インスタンスメソッド
focusable(_:)
Specifies if the view is focusable.
Declaration
宣言
func focusable(_ isFocusable: Bool
= true) -> some View
Return Value
戻り値
A view that sets whether a view is focusable.
Parameters
パラメータ
s isFocusable
A Boolean value that indicates whether this view is focusable.
あるブール値、それはこのビューがフォーカス可能かどうかを指し示します。