RafaelBarbosatec/hidden_drawer_menu

Card-like screen history (or something like this)

Opened this issue · 3 comments

Hello,

It's possible create something like this?

image

the 2nd screen can be the latest screen visited before the active screen.

Hi, @marcusvbp Were you able to do like you wanted, cause I also wanted to implement it, but instead of showing the second screen behind the first I only need to show a white screen behind the first. Any ideas to do this?

@Maadhav sadly, not. But if you only want a white screen, maybe you can archieve this using a widget as menu. In your widget menu you can drawn the white screen using a Containter().

Will Have to try that, thanks for the advice