Skip to content

Instantly share code, notes, and snippets.

@nikit19
Created October 15, 2021 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikit19/1734c8ce7fb414bb326be42a56847638 to your computer and use it in GitHub Desktop.
Save nikit19/1734c8ce7fb414bb326be42a56847638 to your computer and use it in GitHub Desktop.
@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