Package-level declarations

Functions

Link copied to clipboard
@Composable
fun PaletteonSurface(modifier: Modifier = Modifier.fillMaxWidth().minHeight(100.vh), color: Color = Color.Unspecified, contentColor: Color = contentColorFor(color), content: @Composable BoxScope.() -> Unit)

A customizable surface component that applies a background color and content color to a Surface element. This composable is designed to provide a consistent and flexible surface style with options for background color, content color, and layout modifiers.