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 8d9ca59 commit 33534f2Copy full SHA for 33534f2
README.md
@@ -51,6 +51,8 @@
51
when (target) {
52
DrawablePosition.RIGHT -> //YOUR_LOGIC
53
DrawablePosition.LEFT -> //YOUR_LOGIC
54
+ DrawablePosition.TOP -> //YOUR_LOGIC
55
+ DrawablePosition.BOTTOM -> //YOUR_LOGIC
56
}
57
58
})
0 commit comments