Spacer

data class Spacer(val size: Int = 8, val key: String? = null) : Element

Represents a spacer element for adding space between elements.

Constructors

Link copied to clipboard
constructor(size: Int = 8, key: String? = null)

Properties

Link copied to clipboard
open override val key: String? = null

Optional key for this element

Link copied to clipboard
val size: Int = 8

The size of the spacer in dp