'How to overlay a list on a list?

Can you please tell me how to make the top list go behind the bottom list like Stack? If the first 3 elements of the list are shown in more detail, then the rest are hidden behind another list that overlaps it from below. I have attached a screenshot showing this effect. If you tell me how to implement I will be grateful.



Solution 1:[1]

You need to use Bottom sheet widget. Please check below link for the sample. If still it won't help you then please let me know.

https://medium.flutterdevs.com/modal-bottom-sheet-in-flutter-dae05debbed2

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ABV