introduce simple scaffold
This commit is contained in:
parent
580ca57797
commit
bfadd2f448
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ fun SimpleLazyListScaffold(
|
|||
}
|
||||
|
||||
@Composable
|
||||
fun SimpleLazyListScaffold(
|
||||
fun SimpleScaffold(
|
||||
modifier: Modifier = Modifier,
|
||||
darkStatusBarIcons: Boolean = true,
|
||||
customTopBar: @Composable (scrolledColor: Color, navigationInteractionSource: MutableInteractionSource, scrollBehavior: TopAppBarScrollBehavior, statusBarColor: Int, colorTransitionFraction: Float, contrastColor: Color) -> Unit,
|
||||
|
|
Loading…
Reference in a new issue