Skip to content

Instantly share code, notes, and snippets.

@vijayinyoutube
Created August 22, 2022 18:50
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 vijayinyoutube/4e41d1e4aa1ab77ce8820bf8eece62b2 to your computer and use it in GitHub Desktop.
Save vijayinyoutube/4e41d1e4aa1ab77ce8820bf8eece62b2 to your computer and use it in GitHub Desktop.
class _MyHomePageState extends State<MyHomePage> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text(widget.title)),
body: Container(),
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment