Margin
data class Margin( @IntRange(from = 0) val left: Int, @IntRange(from = 0) val top: Int, @IntRange(from = 0) val right: Int, @IntRange(from = 0) val bottom: Int)
Content copied to clipboard
Defines the margins of the UI component in pixels.
Important: This is a Public Preview API. It may be changed or removed at any time.