Object

TitleChipDefaults

Default values used for TitleChip.

Source set: Android
public object TitleChipDefaults

Default values used for TitleChip.

Properties

contentPadding

Source set: Android
public val contentPadding: PaddingValues

Default content padding for a TitleChip.

associatedContentSpacing

Source set: Android
public val associatedContentSpacing: Dp

Default spacing between the bottom of a TitleChip and content associated with this title chip, such as a Card. For example this can be used with a androidx.compose.foundation.layout.Spacer, or with padding.

Last updated: