KeyboardState

data class KeyboardState(val opened: Boolean, val height: Int)

Constructors

Link copied to clipboard
constructor(opened: Boolean, height: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard