GanttRelativeEvent class

Inheritance

Constructors

GanttRelativeEvent({required Duration relativeToStart, required Duration duration, String? id, Object? extra, String? displayName, String displayNameBuilder(BuildContext context)?, Color? suggestedColor})

Properties

displayName String?
final
displayNameBuilder → (String Function(BuildContext context)?)
final
duration Duration
final
extra Object?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
relativeToStart Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestedColor Color?
final

Methods

getDisplayName(BuildContext context) String
inherited
getEndDateExeclusive(BuildContext context, DateTime calculatedStartDate, Set<WeekDay> weekends, IsExtraHolidayFunc isExtraHolidayFunc) DateTime
override
getStartDateInclusive(BuildContext context, DateTime ganttStartDate, Set<WeekDay> weekends, IsExtraHolidayFunc isExtraHolidayFunc) DateTime
override
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.
inherited