ArcaneCodeBlock constructor
const
ArcaneCodeBlock({})
Implementation
const ArcaneCodeBlock({
required this.children,
this.variant = CodeBlockStyle.raw,
this.styles,
this.classes,
this.id,
this.attributes,
super.key,
});