@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
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)Defines the margins of the UI component in pixels.