ActionScope

@Stable
sealed class ActionScope

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Stable
data object Left : ActionScope
Link copied to clipboard
@Stable
data object Right : ActionScope

Functions

Link copied to clipboard
@Composable
inline fun Container(modifier: Modifier = Modifier, padding: Dp = Theme.padding.h, content: @Composable RowScope.() -> Unit)