Skip to content

Instantly share code, notes, and snippets.

@dahabit
Created November 13, 2018 16:38
Show Gist options
  • Save dahabit/81935be2a5794170f4651e7090390ec8 to your computer and use it in GitHub Desktop.
Save dahabit/81935be2a5794170f4651e7090390ec8 to your computer and use it in GitHub Desktop.
class MyHomePage extends StatefulWidget {
@override
_MyHomePageState createState() => _MyHomePageState();
}
class _MyHomePageState extends State<MyHomePage> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment