Content Card List Styling
open class ContentCardListStyling(val modifier: ERROR CLASS: Symbol not found for Modifier = Modifier.fillMaxSize(), val spacerSize: ERROR CLASS: Symbol not found for Dp = 32.dp, val listPadding: ERROR CLASS: Symbol not found for Dp = 32.dp, val listBackgroundColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, val emptyTextStyle: ERROR CLASS: Symbol not found for TextStyle?? = null)
Styling configuration for the Content Card list container.
Constructors
Link copied to clipboard
constructor(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier.fillMaxSize(), spacerSize: ERROR CLASS: Symbol not found for Dp = 32.dp, listPadding: ERROR CLASS: Symbol not found for Dp = 32.dp, listBackgroundColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, emptyTextStyle: ERROR CLASS: Symbol not found for TextStyle?? = null)
Properties
Link copied to clipboard
TextStyle for the empty state message, or null to use the default.
Link copied to clipboard
Background color of the list. Falls back to the Braze default if Color.Unspecified.
Link copied to clipboard
Vertical padding at the top and bottom of the list.
Link copied to clipboard
Vertical spacing between Content Cards.