Skip to content

Instantly share code, notes, and snippets.

@PeterHdd
Created March 4, 2021 09:49
Show Gist options
  • Save PeterHdd/d920d11aa4e1b48058435845c73bced0 to your computer and use it in GitHub Desktop.
Save PeterHdd/d920d11aa4e1b48058435845c73bced0 to your computer and use it in GitHub Desktop.
class MyHomePage extends StatefulWidget {
final String title;
MyHomePage({Key? key, required this.title}) : super(key: key);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment