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