Hey,
I have pushed a newer version (0.1.1)
I think now the widget will be useful to you.
Following features have been added.
1. mentioning position for icon using enum BackdropIconPosition {leading, action, none}
2. BackdropToggleButton widget, which you can directly drop in action or anywhere inside the BackdropScaffold
3. frontLayerBorderRadius as an option in BackdropScaffold for custom BorderRadius (to do shrine like things)
4. helper method to perform backdrop action manually anywhere inside the BackdropScaffold -> isTopPanelVisible, isBackPanelVisible, fling, showBackPanel, showFrontPanel (eg: Backdrop.of(context).fling() )
Please have a look.
Review the code, if possible.
File issue if you find any.
Looking forward,
Harsh B.