Skip to content

Instantly share code, notes, and snippets.

@shubie
Created January 20, 2019 10:20
Show Gist options
  • Save shubie/b98e06baefb2fd763b5fcacf3250d8c3 to your computer and use it in GitHub Desktop.
Save shubie/b98e06baefb2fd763b5fcacf3250d8c3 to your computer and use it in GitHub Desktop.
Container(
alignment: Alignment.topCenter,
padding: new EdgeInsets.only(
top: MediaQuery.of(context).size.height * .25,
right: 10.0,
left: 10.0),
child: new Container(
height: MediaQuery.of(context).size.height,
width: MediaQuery.of(context).size.width,
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment