Issue
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?
Solution
Found the solution. Just have to add canvasColor: Colors.transparent to the MaterialApp theme and it will work.
Answered By - bnayagrawal
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.