Relative Content

Tag Archive for flutterdialog

Flutter bottom aligned overlay

I am trying to build a layout, where, when a button is pressed an overlay animates from the bottom of the screen upwards. It should use max half of the screen and contains a list of Items (represented as text lines), the user can pick with a tab.
I tried to use dialogs, but I can’t seem to align the dialog in the bottom half oh the screen.