Skip to content

Instantly share code, notes, and snippets.

@manofi21
Created August 26, 2019 07:19
Show Gist options
  • Save manofi21/ec9c0c13a7d6427a9a1901ce0d8e6c7e to your computer and use it in GitHub Desktop.
Save manofi21/ec9c0c13a7d6427a9a1901ce0d8e6c7e to your computer and use it in GitHub Desktop.
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment