Padding

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

Constructors

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

Properties

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

Functions

Link copied to clipboard
operator fun div(other: Int): Padding
Link copied to clipboard
operator fun minus(other: Padding): Padding
operator fun minus(other: Int): Padding
Link copied to clipboard
operator fun plus(other: Padding): Padding
operator fun plus(other: Int): Padding
Link copied to clipboard
operator fun times(other: Int): Padding