Companion

object Companion

Properties

Link copied to clipboard
const val ALL: Int = 8

Spacing type that represents all directions (left, top, right, bottom). E.g. margin.

Link copied to clipboard
const val BLOCK: Int = 9

Spacing type that represents block directions (top, bottom). E.g. marginBlock.

Link copied to clipboard
const val BLOCK_END: Int = 10

Spacing type that represents the block end direction (bottom). E.g. marginBlockEnd.

Link copied to clipboard
const val BLOCK_START: Int = 11

Spacing type that represents the block start direction (top). E.g. marginBlockStart.

Link copied to clipboard
const val BOTTOM: Int = 3

Spacing type that represents the bottom direction. E.g. marginBottom.

Link copied to clipboard
const val END: Int = 5

Spacing type that represents end direction e.g. right in left-to-right, left in right-to-left.

Link copied to clipboard
const val HORIZONTAL: Int = 6

Spacing type that represents horizontal direction (left and right). E.g. marginHorizontal.

Link copied to clipboard
const val LEFT: Int = 0

Spacing type that represents the left direction. E.g. marginLeft.

Link copied to clipboard
const val RIGHT: Int = 2

Spacing type that represents the right direction. E.g. marginRight.

Link copied to clipboard
const val START: Int = 4

Spacing type that represents start direction e.g. left in left-to-right, right in right-to-left.

Link copied to clipboard
const val TOP: Int = 1

Spacing type that represents the top direction. E.g. marginTop.

Link copied to clipboard
const val VERTICAL: Int = 7

Spacing type that represents vertical direction (top and bottom). E.g. marginVertical.