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.
1 parent 67a753e commit 4b53f1bCopy full SHA for 4b53f1b
1 file changed
demo/src/commonMain/kotlin/DropdownMenuDemo.kt
@@ -115,6 +115,7 @@ fun DropdownMenuDemo() {
115
MenuItem(
116
onClick = {},
117
enabled = option.enabled,
118
+ indication = LocalIndication.current,
119
modifier = Modifier
120
.padding(4.dp)
121
.sizeIn(minWidth = 40.dp, minHeight = 40.dp)
0 commit comments