Is there a ready to use Composable to draw line se...
# compose
j
Is there a ready to use Composable to draw line separators between list items? Or should we just use a Box with a very small height?
1
j
Oh yeah!
I tried “Separator” “Line” …
Divider was at the bottom of my mind 😛
Thanks!
p
I implemented a "ListDivider" at least 5 times on different pet projects before I remembered there is a a ready-made one 😂