SmartToolFactory / Jetpack-Compose-Tutorials

๐Ÿš€๐Ÿงจ๐Ÿ“ Series of Tutorials to learn about Jetpack Compose with subjects Material Widgets, Layout, SubcomposeLayout, custom layouts, State, custom rememberable, recomposition, LaunchedEffect, side-effects, Gesture, Animation, Navigation, Canvas, UIs like whatsapp and others.
Apache License 2.0
3.01k stars 312 forks source link

BottomSheetScaffold #18

Open WuMingke opened 11 months ago

WuMingke commented 11 months ago

in Tutorial2_10Screen1: When I expand SheetContent quickly, it pops up at the bottom (maybe should be called "Fling"), showing some MainContent area. I want SheetContent to expand to its maximum height and stop at the bottom. What should I do?

somesh-mesh commented 7 months ago

I want to fix this issue.