ValueFocusHandler

data class ValueFocusHandler<Value>(val value: Value)

A FocusHandler that stores a given Value to focus on. This generic implementation allows for usage from SwiftUI.

Parameters

Value

the type of Value to focus on.

Constructors

Link copied to clipboard
constructor(value: Value)

Properties

Link copied to clipboard