PlatformSurface
actual fun PlatformSurface(modifier: Modifier, tonalElevation: Dp, shape: Shape, containerColor: Color, contentColor: Color, border: PlatformBorder, glow: PlatformGlow, content: () -> Unit)(source)
actual fun PlatformSurface(onClick: () -> Unit, modifier: Modifier, enabled: Boolean, tonalElevation: Dp, shape: PlatformSurfaceShape.Clickable, colors: PlatformSurfaceColors.Clickable, scale: PlatformSurfaceScale.Clickable, border: PlatformSurfaceBorder.Clickable, glow: PlatformSurfaceGlow.Clickable, interactionSource: MutableInteractionSource?, content: () -> Unit)(source)
actual fun PlatformSurface(selected: Boolean, onClick: () -> Unit, modifier: Modifier, enabled: Boolean, tonalElevation: Dp, shape: PlatformSurfaceShape.Selectable, colors: PlatformSurfaceColors.Selectable, scale: PlatformSurfaceScale.Selectable, border: PlatformSurfaceBorder.Selectable, glow: PlatformSurfaceGlow.Selectable, interactionSource: MutableInteractionSource?, content: () -> Unit)(source)
expect fun PlatformSurface(modifier: Modifier = Modifier, tonalElevation: Dp = 0.dp, shape: Shape = RectangleShape, containerColor: Color = Platform.colorScheme().surface, contentColor: Color = Platform.contentColorFor(containerColor), border: PlatformBorder = PlatformBorder.None, glow: PlatformGlow = PlatformGlow.None, content: @Composable () -> Unit)(source)
expect fun PlatformSurface(onClick: () -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true, tonalElevation: Dp = 0.dp, shape: PlatformSurfaceShape.Clickable = PlatformSurfaceShape.Clickable.default(), colors: PlatformSurfaceColors.Clickable = PlatformSurfaceColors.Clickable.default(), scale: PlatformSurfaceScale.Clickable = PlatformSurfaceScale.Clickable.default(), border: PlatformSurfaceBorder.Clickable = PlatformSurfaceBorder.Clickable.default(), glow: PlatformSurfaceGlow.Clickable = PlatformSurfaceGlow.Clickable.default(), interactionSource: MutableInteractionSource? = null, content: @Composable () -> Unit)(source)
expect fun PlatformSurface(selected: Boolean, onClick: () -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true, tonalElevation: Dp = 0.dp, shape: PlatformSurfaceShape.Selectable = PlatformSurfaceShape.Selectable.default(), colors: PlatformSurfaceColors.Selectable = PlatformSurfaceColors.Selectable.default(), scale: PlatformSurfaceScale.Selectable = PlatformSurfaceScale.Selectable.default(), border: PlatformSurfaceBorder.Selectable = PlatformSurfaceBorder.Selectable.default(), glow: PlatformSurfaceGlow.Selectable = PlatformSurfaceGlow.Selectable.default(), interactionSource: MutableInteractionSource? = null, content: @Composable () -> Unit)(source)
actual fun PlatformSurface(modifier: Modifier, tonalElevation: Dp, shape: Shape, containerColor: Color, contentColor: Color, border: PlatformBorder, glow: PlatformGlow, content: () -> Unit)(source)
actual fun PlatformSurface(onClick: () -> Unit, modifier: Modifier, enabled: Boolean, tonalElevation: Dp, shape: PlatformSurfaceShape.Clickable, colors: PlatformSurfaceColors.Clickable, scale: PlatformSurfaceScale.Clickable, border: PlatformSurfaceBorder.Clickable, glow: PlatformSurfaceGlow.Clickable, interactionSource: MutableInteractionSource?, content: () -> Unit)(source)
actual fun PlatformSurface(selected: Boolean, onClick: () -> Unit, modifier: Modifier, enabled: Boolean, tonalElevation: Dp, shape: PlatformSurfaceShape.Selectable, colors: PlatformSurfaceColors.Selectable, scale: PlatformSurfaceScale.Selectable, border: PlatformSurfaceBorder.Selectable, glow: PlatformSurfaceGlow.Selectable, interactionSource: MutableInteractionSource?, content: () -> Unit)(source)