SpacedBy

@Serializable
@SerialName(value = "SpacedBy")
data class SpacedBy(val space: Int, val alignment: AlignmentSchema.Vertical) : ArrangementSchema.Vertical

Constructors

Link copied to clipboard
constructor(space: Int, alignment: AlignmentSchema.Vertical)

Properties

Link copied to clipboard
Link copied to clipboard
val space: Int