is there a way to achieve negative padding? I'm im...
# compose
z
is there a way to achieve negative padding? I'm implementing swipe to dismiss on a list and while I want my list item's content to be padded from the edge, I would like the red bar which appears as you swipe to have no padding and emerge from the edge
r
Maybe try something with the
offset
modifier?