简体   繁体   中英

I can't find ModalBottomSheetLayout in material3 with jetpack compose?

Recently 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 = ) {
        
    }

根据这个包摘要,它目前在 Compose 的 Material 3 中不可用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM