DisplayInfoBarInsets

data class DisplayInfoBarInsets(val top: Int, val bottom: Int, val left: Int, val right: Int)

Constructors

Link copied to clipboard
constructor(top: Int, bottom: Int, left: Int, right: Int)

Properties

Link copied to clipboard
val bottom: Int
Link copied to clipboard
Link copied to clipboard
val left: Int
Link copied to clipboard
val right: Int
Link copied to clipboard
Link copied to clipboard
val top: Int