menu
backstreets_widgets package
documentation
widgets.dart
RandomTasks
tasks property
tasks property
dark_mode
light_mode
tasks
property
List
<
RandomTask
>
tasks
final
The tasks to use.
If
tasks
is empty, then this widget will do nothing.
Implementation
final List<RandomTask> tasks;
backstreets_widgets package
documentation
widgets
RandomTasks
tasks property
RandomTasks class