Update
We finally have BottomSheet in Material3 follow this ans LinkRecently I created a project using `material3` with `jetpack compose` but when I tried to import `ModalBottomSheetLayout` but I couldn't find it. Is there any `alternate in material3` or not ?
In previous material version we do like :-
ModalBottomSheetLayout(sheetContent = ) {
}
ModalBottomSheetLayout
is not yet ported to Material 3. Lot of components are still Work In Progress. – Saveloy