Skip to content

Instantly share code, notes, and snippets.

@happyharis
Created May 12, 2018 11:09
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 happyharis/fce9fbc75b9c314e8632b91d5d66e159 to your computer and use it in GitHub Desktop.
Save happyharis/fce9fbc75b9c314e8632b91d5d66e159 to your computer and use it in GitHub Desktop.
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