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
516 stars 130 forks source link

innerDrawerKey.currentState.toggle() ==> "The getter 'currentState' was called on null" #53

Open Lix-ai opened 4 years ago

Lix-ai commented 4 years ago

innerDrawerKey.currentState.toggle() ==> " The getter 'currentState' was called on null. Receiver: null Tried calling: currentState "

When using the toggle after going back to the page with 'Navigator.pop'

Dn-a commented 4 years ago

@Lix-ai share the InnerDrawer code if possible