TaskListItemCard class

Constructors

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})
const

Properties

canExpand bool
final
cardMargin → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
initiallyExpanded bool
final
onTitleTap → dynamic
final
refDetails → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCompletedTask bool
final
showOnlyTaskList bool
final
showSpace bool
final
showTaskListIndication bool
final
taskListId String
final

Methods

build(dynamic context, dynamic ref) → dynamic
buildTaskBookmarkView(dynamic context) → dynamic
expandable(dynamic context, dynamic ref, dynamic taskList) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
simple(dynamic context, dynamic ref, dynamic taskList) → dynamic
subtitle(dynamic ref, dynamic taskList) → dynamic
taskListItemView(dynamic context, dynamic ref, dynamic taskList) → dynamic
title(dynamic context, dynamic taskList) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited