Builder

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

Constructors

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

Properties

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