Guest User

Untitled

a guest
Jan 22nd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Scaffold({
  2. Key key,
  3. this.appBar,
  4. this.body,
  5. this.floatingActionButton,
  6. this.floatingActionButtonLocation,
  7. this.floatingActionButtonAnimator,
  8. this.persistentFooterButtons,
  9. this.drawer,
  10. this.endDrawer,
  11. this.bottomNavigationBar,
  12. this.bottomSheet,
  13. this.backgroundColor,
  14. this.resizeToAvoidBottomPadding = true,
  15. this.primary = true,
  16. })
Add Comment
Please, Sign In to add comment