Toc constructor
Toc({
- required HeadingNode node,
- int widgetIndex = 0,
- int selfIndex = 0,
Implementation
Toc({
required this.node,
this.widgetIndex = 0,
this.selfIndex = 0,
});