Margin

fun Margin(    left: Int,     top: Int,     right: Int,     bottom: Int)

Parameters

left

The left margin in pixels.

top

The top margin in pixels.

right

The right margin in pixels.

bottom

The bottom margin in pixels.

Important: This is a Public Preview API. It may be changed or removed at any time.