TaskItem class

Constructors

TaskItem({dynamic key, required String taskListId, required String taskId, bool showBreadCrumb = false, dynamic onDone()?, dynamic onTap()?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onDone → dynamic Function()?
final
onTap → dynamic Function()?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBreadCrumb bool
final
taskId String
final
taskListId String
final

Methods

build(dynamic context, dynamic ref) → dynamic
doneKey() → dynamic
dueDateWidget(dynamic context, dynamic task) → dynamic
leadingWidget(dynamic task) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notDoneKey() → dynamic
takeItemSubTitle(dynamic ref, dynamic context, dynamic task) → dynamic
takeItemTitle(dynamic context, dynamic task) → dynamic
taskAssignee(dynamic ref, dynamic task) → dynamic
toString() String
A string representation of this object.
inherited
trailing(dynamic ref, dynamic task) → dynamic

Operators

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