Skip to content

Instantly share code, notes, and snippets.

@shubie
Created January 20, 2019 09:04
Show Gist options
  • Save shubie/abbeb55acf069ada63ed0885bf05e82f to your computer and use it in GitHub Desktop.
Save shubie/abbeb55acf069ada63ed0885bf05e82f to your computer and use it in GitHub Desktop.
return Scaffold(
body: SingleChildScrollView(
child: Stack(
children: <Widget>[],
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment