from static method
Implementation
static Component from({required String source, Highlighter? highlighter, Key? key}) {
return _CodeBlock(source: source, highlighter: highlighter, key: key);
}
static Component from({required String source, Highlighter? highlighter, Key? key}) {
return _CodeBlock(source: source, highlighter: highlighter, key: key);
}