Is it possible to have something like BottomSheet ...
# compose
k
Is it possible to have something like BottomSheet modal, but to come from top, so to day TopSheetModal? 🙂
s
may be reverse bottomsheet
c
possible... yes. you can probably just copy paste the material modal and do that yourself. most likely wont be supported by compose natively unless material team updates their reccomendations to support that sort of ui. which seems unlikley?