Horizontal

data class Horizontal(val position: CardMediaPosition = CardMediaPosition.Leading, val alignment: CardContentVerticalAlignment = CardContentVerticalAlignment.Top) : CardOrientation(source)

Horizontal orientation of the card media.

Constructors

Link copied to clipboard
constructor(position: CardMediaPosition = CardMediaPosition.Leading, alignment: CardContentVerticalAlignment = CardContentVerticalAlignment.Top)

Properties

Link copied to clipboard

The alignment of the text content within the card. Of type CardContentVerticalAlignment.

Link copied to clipboard

The position of the media within the card. Of type CardMediaPosition.