I've tried option number 1, but unfortunately that composable has a lot of related stuff I would have to copy which is not ideal (lots of internal classes). As per option number 2, I haven't found a way to make it work, consuming the insets before the ModalSheet composable doesn't work as the insets to consume are not on the same Window (the bottom sheet is rendered on its own Window)