TaskItemDetailPage class

Constructors

TaskItemDetailPage({required String taskListId, required String taskId, dynamic key})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskId String
final
taskListId String
final

Methods

assigneeName(dynamic context, dynamic task, dynamic ref) → dynamic
build(dynamic context, dynamic ref) → dynamic
duePickerAction(dynamic context, dynamic task) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAssign(dynamic context, dynamic task) Future<void>
onUnAssign(dynamic context, dynamic task) Future<void>
saveTitle(dynamic context, dynamic ref, dynamic task, String newName) → void
showEditDescriptionSheet(dynamic context, dynamic ref, dynamic task) → void
showEditTaskItemNameBottomSheet({required dynamic context, required String titleValue, required dynamic task, required dynamic ref}) → void
showRedactDialog({required dynamic context, required dynamic ref, required dynamic task}) → void
showReportDialog({required dynamic context, required dynamic task}) → void
taskData(dynamic context, dynamic task, dynamic ref) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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