ValueFocusHandler

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

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

Type Parameters

Value

the type of Value to focus on.

Constructors

Link copied to clipboard
constructor(value: Value)

Properties

Link copied to clipboard