GanttTask class

Available extensions

Constructors

GanttTask({required String id, required String name, required DateTime start, required DateTime end, required String status, required Color color, required String details, double? progress, String? dependsOn})

Properties

color Color
getter/setter pair
connectorCirclePos Offset?
getter/setter pair
dependsOn String?
getter/setter pair
details String
getter/setter pair
durationInDays int
no setter
end DateTime
getter/setter pair
endHandleRect Rect?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String
final
name String
getter/setter pair
progress double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime
getter/setter pair
startHandleRect Rect?
getter/setter pair
status String
getter/setter pair
taskRect Rect?
getter/setter pair

Methods

clearRects() → void

Available on GanttTask, provided by the GanttTaskLayoutClear extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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