TimelineCategory constructor
Implementation
const TimelineCategory({
required this.key,
required this.title,
required this.icon,
this.canCreate = true,
this.canView = true,
});
const TimelineCategory({
required this.key,
required this.title,
required this.icon,
this.canCreate = true,
this.canView = true,
});