ListView scrolling inside BottomSheet

I’m working on a personal project that uses a ListView inside the new widget BottomSheet and I found one issue. When the BottomSheet is expanded and the ListView is totally visible, you can scroll down, but when you try to scroll up, you drag the BottomSheet instead of the ListView. I worte one class that extends the original ListView and solves this. […]

Leer más