TemplateSectionStyle

data class TemplateSectionStyle(val height: String? = null, val padding: TemplateSpacing? = null)

Constructors

Link copied to clipboard
constructor(height: String? = null, padding: TemplateSpacing? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: String? = null

String based length that is composed of value and unit in px

Link copied to clipboard

The spacing between section content and its top, bottom, left, and right edges. There is no padding by default.