Vertical

open class Vertical(val alignment: CardContentVerticalAlignment = CardContentVerticalAlignment.Top) : CardOrientation(source)

Vertical orientation of the card media.

Inheritors

Constructors

Link copied to clipboard
constructor(alignment: CardContentVerticalAlignment = CardContentVerticalAlignment.Top)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The alignment of the text content within the card. Of type CardContentVerticalAlignment. In this orientation, CardContentVerticalAlignment.Center should only be used without media.