backdrop
backdrop copied to clipboard
Backdrop implementation in flutter.
**Is your feature request related to a problem? Please describe.** Material Design Guideline have come up with a new component called [NavigationRail](https://material.io/components/navigation-rail) which have explained its behaviour with backdrop (Check...
By default, when the `frontLayer` widget visibility is active, the user expects to hide it by pressing the back button. However, in the current version, this did not happen, and...
I am creating a mechanism where the back layer displays a list of items, and the front layer shows detailed information about the selected item. Once an item is selected...
In my app, due to the chosen colors, the front- and back layer are not very clearly distinguishable. Therefore, I would like to introduce a `BoxShadow` on the front layer....