Created
May 12, 2018 11:09
-
-
Save happyharis/fce9fbc75b9c314e8632b91d5d66e159 to your computer and use it in GitHub Desktop.
This file contains 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 EditTodoPage extends StatefulWidget{ | |
final Map<String, String> todo; | |
final String todoID; | |
EditTodoPage({Key key, this.todo, this.todoID}) : super (key: key); | |
// Optional parameters, global key, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment