tasks property

List<TickingTask> tasks
final

The tasks to run.

If the tasks list is empty, this widget will do nothing.

Implementation

final List<TickingTask> tasks;