Skip to content

Commit dc68f3d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1328cc1 + cd22286 commit dc68f3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ OverflowMenu {
5151
}
5252
}
5353
```
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+
5464
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)
5565

5666
# License

0 commit comments

Comments
 (0)