Card

data class Card(val children: List<Element>, val key: String? = null) : Element

Represents a card container with elevation.

Constructors

Link copied to clipboard
constructor(children: List<Element>, key: String? = null)

Properties

Link copied to clipboard

The child elements to display

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

Optional key for this element