Created
February 17, 2020 08:27
-
-
Save PeterHdd/30d030cbb6077b99c581a29099144ac9 to your computer and use it in GitHub Desktop.
article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class MyHomePage extends StatefulWidget { | |
MyHomePage({Key key, this.title}) : super(key: key); | |
final String title; | |
@override | |
_MyHomePageState createState() => _MyHomePageState(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment