Created
January 20, 2019 10:20
-
-
Save shubie/b98e06baefb2fd763b5fcacf3250d8c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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