Skip to content

Instantly share code, notes, and snippets.

@the-dagger
Last active March 1, 2018 20:51
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 the-dagger/742b745cb17d8eb84eccd4c5caf8c89c to your computer and use it in GitHub Desktop.
Save the-dagger/742b745cb17d8eb84eccd4c5caf8c89c to your computer and use it in GitHub Desktop.
class MyHomePage extends StatefulWidget {
MyHomePage({Key key, this.title}) : super(key: key);
final String title;
@override
_MyHomePageState createState() => new _MyHomePageState();
}
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment