How to write a widget that is always on top | Flutter
I'm developing for Android/iOS and have stumbled upon one problem. Even if another screen displayed by Navigator.push() or something like the image below, I want the specified widget to continue to be displayed at the bottom. This means that I…