GanttTaskAreaPainter constructor
GanttTaskAreaPainter({})
Implementation
GanttTaskAreaPainter({
required this.tasks,
required this.viewStartDate,
required this.daysToShow,
required this.viewMode,
required this.today,
this.draggedTaskId,
this.drawDependencyFromTaskId,
this.reorderingTaskId,
this.hoveredTaskId,
GanttStyleConfig? style,
}) : style = style ?? const GanttStyleConfig();