ToDoDetailScreen constructor

const ToDoDetailScreen(
  1. TodoList todoList,
  2. List<Members> userList, {
  3. Key? key,
})

Implementation

const ToDoDetailScreen(this.todoList, this.userList, {Key? key}) : super(key: key);