We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
snackbarHost
TopAppBarScaffold
position: relative
div
1 parent 7178267 commit a9def19Copy full SHA for a9def19
demo/src/commonMain/kotlin/com/huanshankeji/compose/material/demo/Material2.kt
@@ -37,6 +37,8 @@ fun Material2(/*modifier: Modifier = Modifier*/) {
37
}, actions = {
38
MaterialIconActionButton({}, icon = Icons.Default.Search, contentDescription = "search")
39
MaterialIconActionButton({}, icon = Icons.Default.Done, contentDescription = "done")
40
+ }, bottomBar = {
41
+ Text("Bottom bar") // The Material 2 bottom bar is not added so this is a placeholder.
42
}, snackbarHost = {
43
SnackbarHost(snackbarHostState)
44
}, floatingActionButton = {
0 commit comments