简体   繁体   English

我在使用jetpack compose的material3中找不到ModalBottomSheetLayout?

[英]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.最近我使用带有jetpack composematerial3创建了一个项目,但是当我尝试导入ModalBottomSheetLayout但找不到它时。 Is there any alternate in material3 or not ? alternate in material3

In previous material version we do like :-在以前的材料版本中,我们喜欢:-

ModalBottomSheetLayout(sheetContent = ) {
        
    }

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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