I'm attempting to implement a Flutter drawer similar to the ChatGPT Android App, aiming for a fullscreen background color that covers both the top status bar and bottom taskbar. However, I'm encountering difficulties in achieving this effect. Despite experimenting with various approaches, such as adjusting the Drawer widget and color properties, I haven't been able to replicate the desired outcome. Any insights or code snippets on how to extend the drawer's background color seamlessly throughout the screen, including the status and task bars, would be greatly appreciated. Thank you!
I have tried using SystemChrome.setSystemUIOverlayStyle
to change the color of the status bar and bottom taskbar but it does not give the desired effect. I have also tried using the Scaffold widget as a drawer but it still does not work.