ArcaneCodeBlock constructor
const
ArcaneCodeBlock({
- required List<
Component> children, - CodeBlockStyle style = CodeBlockStyle.raw,
- ArcaneStyleData? styles,
- String? classes,
- String? id,
- Map<
String, String> ? attributes, - Key? key,
Implementation
const ArcaneCodeBlock({
required this.children,
this.style = CodeBlockStyle.raw,
this.styles,
this.classes,
this.id,
this.attributes,
super.key,
});