I want this type of screen one on top of other and the previous screen should be lightly blurred or it should slightly darkens
CodePudding user response:
You could use 'ModalBottomSheet' or even 'DraggableScrollableSheet' if a list is associated.
CodePudding user response:
You can use flutter's modalbottomsheet.
Here's the link to a great resource.