Skip to content

Instantly share code, notes, and snippets.

@rrousselGit
Created December 5, 2018 15:11
Show Gist options
  • Save rrousselGit/8161b8406249e01edfa924e5bd259d0c to your computer and use it in GitHub Desktop.
Save rrousselGit/8161b8406249e01edfa924e5bd259d0c to your computer and use it in GitHub Desktop.
function widget
Widget statelessExample(BuildContext context, { Key key, int foo, int bar }) {
return Text('$foo $bar');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment