NiceGanttTask constructor
Implementation
const NiceGanttTask({
required this.id,
required this.title,
required this.start,
required this.end,
this.progress = 0,
this.color,
this.parentId,
});
const NiceGanttTask({
required this.id,
required this.title,
required this.start,
required this.end,
this.progress = 0,
this.color,
this.parentId,
});