Object

CardDefaults

Default values used for Card

Source set: Android
public object CardDefaults

Default values used for Card

Properties

contentPadding

Source set: Android
public val contentPadding: PaddingValues

Default content padding used for a Card

This affects the outermost content padding applied around header images and the content container. Note that there is additional padding applied around the content / text / icons inside a card, this only represents the outer padding for the entire content.

shape

Source set: Android
public val shape: Shape

The default shape of Card, which determines its corner radius.

Last updated: