What is the best way to scroll to the currently in...
# compose
d
What is the best way to scroll to the currently invisible item in the
LazyColumn
? Sometimes it gets populated by "clever" rules involving
if
, adding `item`s depending on current state, so that exact index of item is not directly known. Seems logical if we could mark some items with
key
and then use something like
scrollToKey