the trailing part of a ListItem with three lines d...
# compose
s
the trailing part of a ListItem with three lines doesn't seem to follow the spec (or look nice). The trailing part is put at the top of the ListItem. The spec says it should have 16 dp padding. Adding padding has no effect. Is there a workaround for this that doesn't involve writing my own ListItem?
adding a
Text
with a 0 size above it in a column is a super hacky solution that seems to work. I would love someone who actually understands how it works to take a look at it. I'm pretty confident that the current behavior is buggy.