ArcaneCodeWindow constructor
const
ArcaneCodeWindow({})
Implementation
const ArcaneCodeWindow({
required this.code,
this.title,
this.style = CodeWindowStyle.dark,
this.showButtons = true,
this.codeColor,
this.headerBackground,
this.bodyBackground,
super.key,
});