技术栈
bottomsheet
氦客
17 小时前
android
·
dialog
·
ui
·
compose
·
modal
·
bottomsheet
·
底部对话框
Android Compose 显示底部对话框 (ModalBottomSheet),实现类似BottomSheetDialog的效果
ModalBottomSheet是Compose官方的底部对话框,类似传统View中的BottomSheetDialog,可以实现从底部弹出,并支持滑动关闭的效果。 需要注意的是,这里使用的是material3,然后ModalBottomSheet这个组件目前还是实验性的,未来可能会改变或删除。
江上清风山间明月
19 天前
android
·
flutter
·
底部导航
·
bottomsheet
flutter bottomSheet 控件详解
Flutter 提供了两种类型的 BottomSheet:Persistent BottomSheet 是一种常驻底部面板,它不会阻塞用户的其他操作。用户可以与屏幕上的其他内容交互,面板也可以通过手势滑动或编程方式来隐藏。