Whats the best approach to handle actions when it comes to Bottom Sheet?
I am using Accompanist Navigation Material , if i navigate from one Composable to BottomSheet one, and in the bottom sheet I have couple of actions that i can perform, but i need to transmit the action callbacks upstream as well, what would be the best way to do this?
cc @jossiwolf
c
Colton Idle
09/05/2021, 2:23 PM
I don't think anything really changes? Pass lambdas into the bottom sheet and handle them where you would typically consume them.