MarginInt

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

A top, right, bottom, left pack with Int)

Constructors

Link copied to clipboard
constructor(top: Short, right: Short, bottom: Short, left: Short)
constructor(vertical: Int, horizontal: Int)
constructor(margin: Int)
constructor(top: Int, right: Int, bottom: Int, left: Int)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
operator fun minus(other: MarginInt): MarginInt
Link copied to clipboard
operator fun plus(other: MarginInt): MarginInt
Link copied to clipboard
open override fun toString(): String