Guest User

Untitled

a guest
Mar 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. @override
  2. Widget build(BuildContext context) {
  3. return new Scaffold(
  4. backgroundColor: Colors.white,
  5. body: new Container(
  6. margin: new EdgeInsets.symmetric(horizontal: 20.0),
  7. child: new Container(
  8.  
  9. )
  10. ),
  11. );
  12. }
Add Comment
Please, Sign In to add comment