GallerizeCode constructor
const
GallerizeCode({})
Creates an instance of GallerizeCode.
Implementation
const GallerizeCode({
Key? key,
required this.codeFile,
this.highlightingTheme = draculaTheme,
}) : super(key: key);