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