Insets

data class Insets(val top: Number, val right: Number, val bottom: Number, val left: Number)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val top: Number