How can I implement the following behavior using Jetpack Compose? I have cards with multiple images (one or more). I want to implement a behavior where clicking on an image causes the image to animate to fill the entire screen (full-screen preview). The current screen should be visible under the overlay.
Thanks in advance, everyone!