TemplateSectionStyle

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

Constructors

Link copied to clipboard
fun TemplateSectionStyle(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