Large
class Large(val description: String? = null, val badge: ClusterCardBadge? = null, val relatedProducts: RelatedProducts? = null) : ClusterCardSize
A large cluster card that can display a title, an image, a description, a badge and related products.
Parameters
description
An optional description to be displayed below the title.
badge
An optional ClusterCardBadge to be displayed on the card.
relatedProducts
An optional RelatedProducts to be displayed below the card.
Constructors
Link copied to clipboard
constructor(description: String? = null, badge: ClusterCardBadge? = null, relatedProducts: RelatedProducts? = null)