State

data class State(var focusState: FocusState = FocusState.NONE, var interfaceName: String = "")

Constructors

Link copied to clipboard
fun State(focusState: FocusState = FocusState.NONE, interfaceName: String = "")

Properties

Link copied to clipboard
var focusState: FocusState
Link copied to clipboard
var interfaceName: String