Dn-a / flutter_inner_drawer

Inner Drawer is an easy way to create an internal side section (left/right) where you can insert a list-menu or other.
https://pub.dartlang.org/packages/flutter_inner_drawer
MIT License
514 stars 129 forks source link

Disable right drawer #61

Open EbramTawfik opened 3 years ago

EbramTawfik commented 3 years ago

Some pages I want only to use left drawer so I want to disable right drawer. How can I do that?

noobloser commented 3 years ago

@EbramTawfik just set the rightChild: null

EbramTawfik commented 3 years ago

@noobloser yes but even when I set the right child to null I still can swipe and I see empty drawer.

Fatimamostafa commented 3 years ago

@noobloser yes but even when I set the right child to null I still can swipe and I see empty drawer.

Remove the rightAnimationType attribute from InnerDrawer.