CardSchemeComponentStyle

data class CardSchemeComponentStyle @JvmOverloads constructor(val titleStyle: TextLabelStyle = TextLabelStyle(), val imageStyle: ImageStyle? = null, val containerStyle: ContainerStyle = ContainerStyle(), val imageContainerStyle: ImageContainerStyle = ImageContainerStyle())

Constructors

Link copied to clipboard
constructor(titleStyle: TextLabelStyle = TextLabelStyle(), imageStyle: ImageStyle? = null, containerStyle: ContainerStyle = ContainerStyle(), imageContainerStyle: ImageContainerStyle = ImageContainerStyle())

Properties

Link copied to clipboard
Link copied to clipboard
val imageStyle: ImageStyle? = null
Link copied to clipboard