EdgeInsets

data class EdgeInsets(var top: Int, var left: Int, var bottom: Int, var right: Int)

The inset distances for screens.

Constructors

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

Properties

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

Functions

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