API reference
API reference
Select your platform
No SDKs available
No versions available

OutlinedCard Function

Modifiers: final
Outlined card with border, suitable for content that needs clear boundaries. Provides minimal visual treatment with just a border for definition.

Parameters

modifier: Modifier
Modifier to be applied to the card
onClick: Function0?
Optional callback to be invoked when the card is clicked
contentPadding: Dp
Padding to be applied to the card content, defaults to medium spacing
content: Function1
The content to be displayed inside the card
Did you find this page helpful?