DataPageEntry constructor
Implementation
const DataPageEntry({
super.key,
required this.label,
required this.routerPath,
required this.imagePath,
required this.description,
required this.lastModified,
this.imageCaptioning,
});
const DataPageEntry({
super.key,
required this.label,
required this.routerPath,
required this.imagePath,
required this.description,
required this.lastModified,
this.imageCaptioning,
});