Do folks have a recommend pattern for Composables that can be dragged between states? Ex: open / closed state with bottom sheet expands to full screen by a drag or fling.
Mike Digman
11/02/2022, 4:46 PM
Would love to define the beginning and end states, the transition and set % complete based on input.
a
andrew
11/03/2022, 12:01 AM
I'd look into navigation drawer in the material compose libs 🙂