Hi everyone!
I would very much like to hear ideas regarding he best practices of showing a snackbar when clicking a sub-composable.
I have a pretty deep hierarchy of composables, and it feels weird to pass a ScaffoldStates all the way “down” to the required element, just to invoke a simple method…