TaskListDetailPage constructor

const TaskListDetailPage({
  1. dynamic key = pageKey,
  2. required String taskListId,
})

Implementation

const TaskListDetailPage({
  Key key = pageKey,
  required this.taskListId,
}) : super(key: key);