We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d278e69 commit 800284fCopy full SHA for 800284f
1 file changed
docs/element/segmented.md
@@ -35,6 +35,11 @@ segmented<ListItem>(1) {
35
## Drawable Direction
36
By default this is DrawableDirection.Top.
37
Setting this will change where the drawable is displayed relative to the text.
38
+
39
+!!! info "Center"
40
41
+ DrawableDirection.Center will center the drawable. This also removes the text.
42
43
```kotlin
44
segmented<ListItem>(1) {
45
drawableDirection = FormSegmentedElement.DrawableDirection.Top
0 commit comments