Package-level declarations

Functions

Link copied to clipboard
fun PaletteonThemedSurface(modifier: Modifier = Modifier, shape: Shape = RectangleShape, color: Color = MaterialTheme.colorScheme.surface, contentColor: Color = contentColorFor(color), tonalElevation: Dp = 0.dp, shadowElevation: Dp = 0.dp, border: BorderStroke? = null, content: @Composable () -> Unit)

Applies the theme and configures the Surface component according to the provided parameters.