ArcaneToc.custom constructor
const
ArcaneToc.custom({})
Create a TOC that wraps custom content (e.g., from jaspr_content).
Implementation
const ArcaneToc.custom({
required Widget content,
this.title = 'On this page',
this.showTreeLines = true,
this.classPrefix = 'toc',
super.key,
}) : entries = const [],
customContent = content;