Skip to content

Instantly share code, notes, and snippets.

@shubie
Created December 6, 2018 12:11
Show Gist options
  • Save shubie/d7d4da4ce1f8737523202c16310d4872 to your computer and use it in GitHub Desktop.
Save shubie/d7d4da4ce1f8737523202c16310d4872 to your computer and use it in GitHub Desktop.
onTap: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => DetailPage(lesson: lesson)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment