I am using Drawer with a BottomAppBar. When I click the menu icon it shows the Drawer. I want to change the top left and top right corner radius of Flutter Drawer. Is it possible to customize the corner radius?
Found the solution. Just have to add canvasColor: Colors.transparent to the MaterialApp theme and it will work.