azhar1038/flutter_backdrop

Ability to have icon for toggling the backdrop in actions instead of only as leading

Closed this issue · 1 comments

Hey there,

I really like your package, the fact that it is so simple to toggle the backdrop from anywhere is amazing.

Your package also makes it really easy to implement an animated icon for toggling the backdrop, but it's only possible to implement it as a leading icon whereas I'd like to implement that icon in the actions of the appbar, so that the app is better suited for right handed people.

Is this something you could make possible?

Sorry but to make it simple, I had to hard code a few things which included fixing toggler to the left. If you want you can change it by changing appbarMenuButton() in flutter_backdrop.dart for now.

Though I will try to include that feature too later.