PlexChartGant constructor
const
PlexChartGant({})
Implementation
const PlexChartGant({
Key? key,
required this.tasks,
required this.chartStart,
required this.chartEnd,
this.pixelsPerHour = 60,
this.rowHeight = 48,
this.barHeight = 32,
this.timeLabelStyle,
this.taskLabelStyle,
}) : super(key: key);