Skip to content

Instantly share code, notes, and snippets.

@nikit19
Created October 15, 2021 19:08
Embed
What would you like to do?
@Composable
public fun Scaffold(
modifier: Modifier = Modifier,
vignette: @Composable (() -> Unit)? = null,
positionIndicator: @Composable (() -> Unit)? = null,
timeText: @Composable (() -> Unit)? = null,
content: @Composable () -> Unit
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment