Skip to content

Instantly share code, notes, and snippets.

@Gogetter
Last active May 27, 2018 18:49
Show Gist options
  • Save Gogetter/2abc29302efc2ed5b2b503684be5e2e6 to your computer and use it in GitHub Desktop.
Save Gogetter/2abc29302efc2ed5b2b503684be5e2e6 to your computer and use it in GitHub Desktop.
Using Flutter Drawer Widget
return new Scaffold(
appBar: new AppBar(
//App bar bit
),
drawer: new Drawer(
),
body: new Center(
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment