I want to make this type of UI -
Like this dialog opens when we click on "Other Details" and appears just below it. Is there any package for this? Else I will try to use stack and positioned, and will position it as accurate as I can.
CodePudding user response:
You could use the native Flutter Widget 
Keep in mind that in the children you could put any widget, even a container, as:




