GallerizePage constructor
const
GallerizePage({})
Creates an instance of GallerizePage.
Implementation
const GallerizePage({
super.key,
required this.name,
required this.description,
this.codeFile,
this.preview,
this.highlightingTheme = draculaTheme,
});