b698f5084f2b62984bf8f64a8a80686de6ccd416
Add ExpandedFabScrim composable that renders a Material 3 scrim overlay fading in/out in sync with the mini-FABs. Tapping the scrim dismisses the FAB. Move the ExpandedFab out of Scaffold's floatingActionButton slot and into the body inside a Box, so the scrim can match the body size via matchParentSize() and stack above the list but below the FAB. Add a BackHandler that dismisses the FAB on system back while it is open.
Description
No description provided
Languages
Kotlin
100%