Is there a way to have more control over LazylistState keeping the position? When using keys the position is kept when items are added, but if removing the items (so keys no more in the list) the current position is kept and in my case I'd like to reset it.