Card

inline fun ResourcesScope.Card(    style: Style? = null,     @ColorInt cardBackgroundColor: Int = Color.WHITE,     cornerRadius: Dimen = 2.dp,     elevation: Dimen = 2.dp,     @ColorInt clippingColor: Int = Integer.MIN_VALUE,     @ColorInt shadowStartColor: Int = 922746880,     @ColorInt shadowEndColor: Int = 50331648,     shadowBottomOverride: Dimen? = null,     disableClipTopLeft: Boolean = false,     disableClipTopRight: Boolean = false,     disableClipBottomLeft: Boolean = false,     disableClipBottomRight: Boolean = false,     transparencyEnabled: Boolean = false,     crossinline child: ResourcesScope.() -> Component): Card

Builder function for creating CardSpec components.