Skip to content

Instantly share code, notes, and snippets.

@oscarcpozas
Last active February 14, 2017 00:43
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 oscarcpozas/3d5c7b2d4d5c649dca0875710613bc7b to your computer and use it in GitHub Desktop.
Save oscarcpozas/3d5c7b2d4d5c649dca0875710613bc7b to your computer and use it in GitHub Desktop.
class MyStatelesWidgetExample extends StatelessWidget {
@override
Widget build(BuildContext context) {
// Logic here!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment