Skip to main content

TaskSchedule constructor

const TaskSchedule({Key? key, required List<Task> tasks, bool showMoreOptions = false})

Implementation

const TaskSchedule({
Key? key,
required this.tasks,
this.showMoreOptions = false,
}) : super(key: key);