TaskListItemCard constructor
const
TaskListItemCard({ - dynamic key,
- required String taskListId,
- dynamic refDetails,
- bool showSpace = false,
- bool showTaskListIndication = false,
- bool showCompletedTask = false,
- bool showOnlyTaskList = false,
- bool initiallyExpanded = true,
- bool canExpand = true,
- dynamic cardMargin,
- dynamic onTitleTap,
})
Implementation
const TaskListItemCard({
super.key,
required this.taskListId,
this.refDetails,
this.showSpace = false,
this.showTaskListIndication = false,
this.showCompletedTask = false,
this.showOnlyTaskList = false,
this.initiallyExpanded = true,
this.canExpand = true,
this.cardMargin,
this.onTitleTap,
});