Closed Faiyyaz closed 4 years ago
Hey thanks for such a great tutorial but i found missing thing the mentioned tutorial
Open Drawer on IconButton onPressed functionality is missing
@Faiyyaz That is easy to fix, Just add Scaffold.of(context).openDrawer() to the onPressed function.
Thanks :) @Raptor121-SA
Hey thanks for such a great tutorial but i found missing thing the mentioned tutorial
Open Drawer on IconButton onPressed functionality is missing