Card-like screen history (or something like this)
Opened this issue · 3 comments
marcusvbp commented
Maadhav commented
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?
marcusvbp commented
@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().
Maadhav commented
Will Have to try that, thanks for the advice