ArcaneCodeBlock.code constructor
const
ArcaneCodeBlock.code({})
Implementation
const factory ArcaneCodeBlock.code({
required List<Component> children,
ArcaneStyleData? styles,
String? classes,
String? id,
Key? key,
}) = _ArcaneCodeBlockCode;