I'm using Compose ModalBottomSheet and i want to make the expand animation a bit slower. Is there a way to control it? From looking at the code, it doesn't seem I can pass animation or animation duration.
Compose ModalBottomSheet
Thanks.