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

tapScaffoldEnabled -> _invisibleCover() dar #58

Open noobloser opened 3 years ago

noobloser commented 3 years ago

While the parameter tapScaffoldEnabled works as intended, it would be great to gain access over the darkening of the main scaffold. Eg. for tapScaffoldEnabled = true it is turned off, for false it is turned on by default.

Additional shameless Feature Request An additional cherry on top would be the possibility to add a clipper for a ClipPath above the Container of _invisibleCover(), so certain elements can be excluded from the darkening.