In `ThreeLines ListItem` the `trailing` slot uses ...
# compose
l
In
ThreeLines ListItem
the
trailing
slot uses
BaselinesOffsetColumn
which forces the content of
trailing
to be arranged straight to the top without the possibility to do padding or own arrangement. Is it possible to bypass this behavior somehow, maybe with a specific modifier? Or do I have to customize the
ListItem
component (I wouldn't favor this option).