Skip to content

Instantly share code, notes, and snippets.

@MarcinusX
Created October 2, 2019 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcinusX/56e5afc8f76f8f3b148d43ad9a172012 to your computer and use it in GitHub Desktop.
Save MarcinusX/56e5afc8f76f8f3b148d43ad9a172012 to your computer and use it in GitHub Desktop.
Center(
child: Padding(
padding: EdgeInsets.all(16),
child: Text('Hello Flutter! <3'),
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment