Home > Enterprise >  I want a similar screen (one on top of other) like following to complete my weather app made using f
I want a similar screen (one on top of other) like following to complete my weather app made using f

Time:07-12

This type of screen one on top of other

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.

ModalBottomSheet

DraggableScrollableSheet

CodePudding user response:

You can use flutter's modalbottomsheet.

Here's the link to a great resource.

  • Related