State
data class State(var focusState: FocusState = FocusState.NONE, var interfaceName: String = "")
Content copied to clipboard
Constructors
Link copied to clipboard
fun State(focusState: FocusState = FocusState.NONE, interfaceName: String = "")
Content copied to clipboard