LandingPageEntry constructor
const
LandingPageEntry({ - Key? key,
- required String label,
- required String routerPath,
- required String headline,
- required String imagePath,
- ExternalLinkConfig? githubRepo,
- required String description,
- required String lastModified,
- required String fileTitle,
- required String fileAdditionalInfo,
- required String fileBaseDir,
- String? imageCaptioning,
})
Implementation
const LandingPageEntry({
super.key,
required this.label,
required this.routerPath,
required this.headline,
required this.imagePath,
this.githubRepo,
required this.description,
required this.lastModified,
required this.fileTitle,
required this.fileAdditionalInfo,
required this.fileBaseDir,
this.imageCaptioning,
});