You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,16 @@ OverflowMenu {
51
51
}
52
52
}
53
53
```
54
+
### Possible icon parameters
55
+
- onClick - Lambda called when icon is clicked
56
+
- modifier - Will be applied to Icon or DropdownMenuItem
57
+
- enabled - Will be applied to Icon or DropdownMenuItem
58
+
- imageVector - Will be applied to Icon
59
+
- label - Label used when this icon is hidden
60
+
- contentDescription - Will be applied to Icon
61
+
- tint - Will be applied to Icon
62
+
63
+
54
64
For more in examples check [here](https://github.com/ceribe/compose-overflow-menu/blob/master/sample/src/main/java/com/ceribe/compose/sample/MainActivity.kt)
0 commit comments