Flutter Alert Dialog Not Centered
问题 I'm creating a Flutter mobile application. I have a Scaffold with a Drawer that is Centered in the App Like This: Centered Drawer: https://ibb.co/s5BMdNM When The User Taps on the 2nd ListTile which is "Filter Character / Choose Categories", an AlertDialog popups. The Problem is the Alert Dialog isn't Centered neither vertically nor horizontally in the Landscape Orientation, and It's not centered vertically in the Portrait one. Landscape AlertDialog: https://ibb.co/GtdJ2jZ Portrait