Wed Jul 25 2018
1 min readQuickest way to add Backdrop component to your Flutter app.
Lets not waste time and get started with the code.
add dependecy:
run get package:
drop in BackdropScaffold
widget in your code:
this is how it should look:
I have written a more detailed explaination about [**_backdrop_**](https://pub.dartlang.org/packages/backdrop)
package and **BackdropScaffold**
widget in another article. Have a look if want to know more options.