Padding

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

Constructors

Link copied to clipboard
fun Padding(top: Int, right: Int, bottom: Int, left: 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