TaskTooltip constructor
const
TaskTooltip({
- Key? key,
- required TaskTooltipInfo info,
- DateFormat? dateFormat,
- GanttStyleConfig? style,
Implementation
const TaskTooltip({
Key? key,
required this.info,
this.dateFormat,
this.style,
}) : super(key: key);