TemplateSpacing

data class TemplateSpacing(val bottom: String? = null, val left: String? = null, val right: String? = null, val top: String? = null)

Constructors

Link copied to clipboard
constructor(bottom: String? = null, left: String? = null, right: String? = null, top: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bottom: String? = null

String based length that is composed of value and unit

Link copied to clipboard
val left: String? = null

String based length that is composed of value and unit

Link copied to clipboard
val right: String? = null

String based length that is composed of value and unit

Link copied to clipboard
val top: String? = null

String based length that is composed of value and unit